[ACS-8190] change node selection to single for rule actions (#3888)

This commit is contained in:
Mykyta Maliarchuk
2024-06-14 11:57:44 +02:00
committed by GitHub
parent a6c929a958
commit e55dd6b9ed
3 changed files with 41 additions and 3 deletions

View File

@@ -283,6 +283,7 @@ export class RuleActionUiComponent implements ControlValueAccessor, OnInit, OnCh
private openSelectorDialog(paramDefName) {
const data: ContentNodeSelectorComponentData = {
selectionMode: 'single',
title: this.translate.instant('ACA_FOLDER_RULES.RULE_DETAILS.PLACEHOLDER.CHOOSE_FOLDER'),
actionName: NodeAction.CHOOSE,
currentFolderId: this.nodeId,