Navigation Menu

Skip to content

Commit

Permalink
Fix "Enable project Auto Completion" checkbox save.
Browse files Browse the repository at this point in the history
[FIXED JENKINS-31858]
  • Loading branch information
engycz committed Dec 2, 2015
1 parent 4200551 commit bd04af2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -373,7 +373,7 @@ public void setValues(JSONObject formData) {
"projectListRefreshInterval",
DEFAULT_PROJECT_LIST_REFRESH_INTERVAL);
enableProjectAutoCompletion = formData.optBoolean(
"isEnableProjectAutoCompletion",
"enableProjectAutoCompletion",
DEFAULT_ENABLE_PROJECT_AUTO_COMPLETION);

categories = new LinkedList<VerdictCategory>();
Expand Down

0 comments on commit bd04af2

Please sign in to comment.