mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACS-3576] Map aspect actions with the aspect picker dropdown (#2713)
* rebased * rebased * unit tests * linting * publicApiCall * renamed method formatAspects to parseAspectsToSelectOptions * added getter cardViewStyle * removing business logic from the ui component * moved 'loadAspects()' to actions.service.ts * preview fix * removed duplicate
This commit is contained in:
committed by
GitHub
parent
2d6375aad1
commit
77c5ac0c96
@@ -18,6 +18,7 @@
|
||||
<ng-template #ruleDetails>
|
||||
<aca-rule-details
|
||||
[actionDefinitions]="actionDefinitions$ | async"
|
||||
[aspects]="aspects$ | async"
|
||||
[value]="model"
|
||||
(formValueChanged)="formValue = $event"
|
||||
(formValidationChanged)="formValid = $event">
|
||||
|
Reference in New Issue
Block a user