You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="help-block" ng-show="fieldsForm.reference.$error.unique">There is already a field with this reference. It should be unique.</p>
35
+
<pclass="help-block" ng-show="fieldsForm.reference.$error.required && fieldsForm.reference.$dirty">This field is required.</p>
36
+
<pclass="help-block" ng-show="fieldsForm.reference.$error.pattern && fieldsForm.reference.$dirty">This field is should satisfy the following pattern: {{$vm.config.referencePattern}}</p>
Copy file name to clipboardexpand all lines: ui/app/views/partials/case/case.add.field.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ <h3 class="modal-title">Add custom field to Case #{{caze.caseId}}</h3>
3
3
</div>
4
4
<divclass="modal-body">
5
5
<divclass="vpad20">
6
-
You are about to add the <stronguib-tooltip="{{data.description}}">{{data.label}}</strong> custom field to the case <strong>#{{caze.caseId}}: {{caze.title}}</strong>
6
+
You are about to add the <stronguib-tooltip="{{data.description}}">{{data.name}}</strong> custom field to the case <strong>#{{caze.caseId}}: {{caze.title}}</strong>
0 commit comments