mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
extensibility: rules engine (#511)
* rules format prototype * config container * lightweight rules * fdescribe * basic rule integration * migrate "create folder" to click actions * migrate toolbar to new action handlers * rule support for "create folder" (toolbar) * upgrade "View" toolbar command * migrate to rules * cleanup tests
This commit is contained in:
committed by
Cilibiu Bogdan
parent
d5763f585d
commit
51af2071c2
@@ -10,7 +10,7 @@
|
||||
<button *ngFor="let entry of createActions"
|
||||
mat-menu-item
|
||||
[disabled]="entry.disabled"
|
||||
(click)="runAction(entry.target.action)">
|
||||
(click)="runAction(entry.actions.click)">
|
||||
<mat-icon>{{ entry.icon }}</mat-icon>
|
||||
<span>{{ entry.title | translate }}</span>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user