mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-3511] Update rules (#2701)
* rebase * fixed a bug conserning isEnabled checkbox * removed addFakeApect, added unit tests * linting * renamed openNewRuleDialog to openCreateUpdateRuleDialog
This commit is contained in:
committed by
GitHub
parent
07f3c99b33
commit
a804dceade
@@ -25,7 +25,7 @@
|
||||
class="aca-manage-rules__actions-bar__title__breadcrumb"></adf-breadcrumb>
|
||||
</adf-toolbar-title>
|
||||
|
||||
<button mat-flat-button color="primary" (click)="openNewRuleDialog()">{{ 'ACA_FOLDER_RULES.MANAGE_RULES.TOOLBAR.ACTIONS.CREATE_RULE' | translate }}</button>
|
||||
<button mat-flat-button color="primary" (click)="openCreateUpdateRuleDialog()">{{ 'ACA_FOLDER_RULES.MANAGE_RULES.TOOLBAR.ACTIONS.CREATE_RULE' | translate }}</button>
|
||||
</adf-toolbar>
|
||||
<mat-divider></mat-divider>
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
<button mat-icon-button (click)="onRuleDelete()" id="delete-rule-btn">
|
||||
<mat-icon>delete_outline</mat-icon>
|
||||
</button>
|
||||
<button mat-stroked-button (click)="onRuleUpdate()" id="edit-rule-btn">
|
||||
{{ 'ACA_FOLDER_RULES.MANAGE_RULES.TOOLBAR.ACTIONS.EDIT_RULE' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<p>{{ selectedRule.description }}</p>
|
||||
|
Reference in New Issue
Block a user