{{ actionTitle }}
@if (!hideButtonText) { notification.button-text @if (actionButtonConfigForm.get('text').hasError('required')) { {{ 'notification.button-text-required' | translate }} } @if (actionButtonConfigForm.get('text').hasError('maxlength')) { {{ 'notification.button-text-max-length' | translate : {length: actionButtonConfigForm.get('text').getError('maxlength').requiredLength} }} } }
notification.action-type @for (actionButtonLinkType of actionButtonLinkTypes; track actionButtonLinkType) { {{ actionButtonLinkTypeTranslateMap.get(actionButtonLinkType) | translate }} } @if (actionButtonConfigForm.get('linkType').value === actionButtonLinkType.LINK) { notification.link @if (actionButtonConfigForm.get('link').hasError('required')) { {{ 'notification.link-required' | translate }} } @if (actionButtonConfigForm.get('link').hasError('maxlength')) { {{ 'notification.link-max-length' | translate : {length: actionButtonConfigForm.get('link').getError('maxlength').requiredLength} }} } } @else { }
@if (actionButtonConfigForm.get('linkType').value === actionButtonLinkType.DASHBOARD) { {{ 'notification.set-entity-from-notification' | translate }} }