mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[AAE-6309] Adding missing ids to main action (#2371)
This commit is contained in:
parent
16835ce179
commit
482d57194c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user