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:
Igor Kulikov 2024-02-27 10:07:28 +02:00 committed by GitHub
commit 1892d5b8a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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