mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACS-3859] Action parameter constraints into dropdown box (#2773)
* [ACS-3859] - functionality implementation * [ACS-3859] - unit tests * [ACS-3859] - small fix
This commit is contained in:
committed by
GitHub
parent
5ce4835e4c
commit
854fb28374
@@ -18,7 +18,7 @@
|
||||
<ng-template #ruleDetails>
|
||||
<aca-rule-details
|
||||
[actionDefinitions]="actionDefinitions$ | async"
|
||||
[aspects]="aspects$ | async"
|
||||
[parameterConstraints]="parameterConstraints$ | async"
|
||||
[value]="model"
|
||||
(formValueChanged)="formValue = $event"
|
||||
(formValidationChanged)="onFormValidChange($event)">
|
||||
|
Reference in New Issue
Block a user