From f67d310e1c961c776d75631287de41017048b55e Mon Sep 17 00:00:00 2001 From: Mykola Nikishov Date: Sat, 29 Jan 2011 13:23:54 +0200 Subject: [PATCH] Final fix for typo in autoCompleteDelimChar attribute name Commit 3f1f53f2 introduced autocompletion for label expression text box on project configuration page. But with a typo in a textbox's attribute in configure-common.jelly and hudson-behavior.js. Commit 39a93420 fixed this typo in hudson-behavior.js, this one fixes other part in configure-common.jelly. --- .../resources/hudson/model/AbstractItem/configure-common.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/hudson/model/AbstractItem/configure-common.jelly b/core/src/main/resources/hudson/model/AbstractItem/configure-common.jelly index cb33be6aa6..cd050df996 100644 --- a/core/src/main/resources/hudson/model/AbstractItem/configure-common.jelly +++ b/core/src/main/resources/hudson/model/AbstractItem/configure-common.jelly @@ -51,7 +51,7 @@ THE SOFTWARE. - + -- GitLab