Merge pull request #10247 from vvlladd28/bug/rule-nofication/recipients-required-mark
Required mark and error text were changed in the recipients' field of the notification rule dialog
This commit is contained in:
commit
1892d5b8a2
@ -70,6 +70,8 @@
|
|||||||
formControlName="targets"
|
formControlName="targets"
|
||||||
subType="{{ ruleNotificationForm.get('triggerType').value }}"
|
subType="{{ ruleNotificationForm.get('triggerType').value }}"
|
||||||
entityType="{{ entityType.NOTIFICATION_TARGET }}"
|
entityType="{{ entityType.NOTIFICATION_TARGET }}"
|
||||||
|
labelText="{{ 'notification.recipients' | translate }}"
|
||||||
|
requiredText="{{ 'notification.recipients-required' | translate }}"
|
||||||
placeholderText="{{ 'notification.recipient' | translate }}">
|
placeholderText="{{ 'notification.recipient' | translate }}">
|
||||||
<button #createTargetButton
|
<button #createTargetButton
|
||||||
mat-button color="primary" matSuffix
|
mat-button color="primary" matSuffix
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user