Skip to content

Commit

Permalink
JENKINS-37523 - wrong message for duplicate item name during create (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow authored and oleg-nenashev committed Aug 20, 2016
1 parent 4f93881 commit 740fef2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion war/src/main/js/add-item.js
Expand Up @@ -176,7 +176,6 @@ $.when(getItems()).done(function(data) {

setFieldValidationStatus('items', true);
if (!getFieldValidationStatus('name')) {
activateValidationMessage('#itemname-required', '.add-item-name');
$('input[name="name"][type="text"]', '#createItem').focus();
} else {
if (getFormValidationStatus()) {
Expand Down

0 comments on commit 740fef2

Please sign in to comment.