mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-6309] Adding missing ids to main action (#2371)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<button
|
||||
*ngIf="expanded"
|
||||
mat-stroked-button
|
||||
[id]="action.id"
|
||||
(click)="runAction(action.actions.click)"
|
||||
[disabled]="action.disabled"
|
||||
class="app-main-action-button"
|
||||
@@ -15,6 +16,7 @@
|
||||
<button
|
||||
*ngIf="expanded === false"
|
||||
mat-icon-button
|
||||
[id]="action.id"
|
||||
(click)="runAction(action.actions.click)"
|
||||
[disabled]="action.disabled"
|
||||
data-automation-id="app-main-action-icon"
|
||||
|
Reference in New Issue
Block a user