Skip to content

Commit

Permalink
Merge pull request #268 from engycz/JENKINS-31858
Browse files Browse the repository at this point in the history
Fix "Enable project Auto Completion" checkbox save.
  • Loading branch information
rsandell committed Dec 3, 2015
2 parents 4200551 + bd04af2 commit e73872a
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 e73872a

Please sign in to comment.