[AAE-3113] Node selector - Be able to restrict the breadcrums to a specific root (#5912)

* Be able to restrict the breadcrums to a specific root

* Add unit test for breadcrumbs restriction

* Fix refresh
This commit is contained in:
Maurizio Vitale
2020-07-29 12:46:37 +01:00
committed by GitHub
parent 506f0dfbb1
commit c7237486df
7 changed files with 26 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ export class ContentCloudNodeSelectorService {
title: 'Select a file',
actionName: 'Choose',
currentFolderId,
restrictRootToCurrentFolderId: true,
select,
selectionMode,
isSelectionValid: (entry: Node) => entry.isFile,