removed not unique warning from attributes dialog as it's more common to have multi value

This commit is contained in:
azivner
2018-08-21 13:51:35 +02:00
parent 71e687ad8e
commit 09b610701d
2 changed files with 0 additions and 19 deletions

View File

@@ -620,7 +620,6 @@
<td>
<!-- Change to valueUpdate: blur is necessary because jQuery UI autocomplete hijacks change event -->
<input type="text" class="attribute-name form-control" data-bind="value: name, valueUpdate: 'blur', event: { blur: $parent.attributeChanged }"/>
<div style="color: yellowgreen" data-bind="if: $parent.isNotUnique($index())"><span class="glyphicon glyphicon-info-sign"></span> Duplicate attribute.</div>
<div style="color: red" data-bind="if: $parent.isEmptyName($index())">Attribute name can't be empty.</div>
</td>
<td>