[ACS-3860] Folder rules - Node picker for action parameters of type "d:noderef" (#2800)

* [ACS-3860] - added callback with node selector dialog

* ACS-3860 - implemented node picker for actions

* ACS-3860 - unit tests

* ACS-3860 - linting

* ACS-3860 - i18n

* ACS-3860 - small fix

* ACS-3860 - changed to private method, added typization

* ACS-3860 - removed useless getter and setter

* ACS-3860 - added 'noderef' to cspell.json
This commit is contained in:
Nikita Maliarchuk
2022-11-22 13:30:46 +01:00
committed by GitHub
parent 03ed8e071a
commit 81033450d8
13 changed files with 122 additions and 12 deletions

View File

@@ -86,7 +86,8 @@
[actionDefinitions]="actionDefinitions$ | async"
[readOnly]="true"
[preview]="true"
[value]="selectedRule">
[value]="selectedRule"
[nodeId]="nodeId">
</aca-rule-details>
</div>
</div>