mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8924] Failing Sonar job (#4219)
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
[value]="option"
|
||||
[title]="option.tooltip | translate"
|
||||
[attr.data-automation-id]="option.id"
|
||||
(keyup.enter)="runAction(option)"
|
||||
(click)="runAction(option)"
|
||||
>
|
||||
<div class="aca-bulk-actions-option-content">
|
||||
|
@@ -44,6 +44,7 @@
|
||||
[(ngModel)]="option.value"
|
||||
[disabled]="option.shouldDisable()"
|
||||
(change)="searchByOption()"
|
||||
(keyup.enter)="$event.stopPropagation()"
|
||||
(click)="$event.stopPropagation()"
|
||||
>
|
||||
{{ option.key | translate }}
|
||||
|
Reference in New Issue
Block a user