mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -45,6 +45,7 @@ export class ContentCloudNodeSelectorService {
|
||||
title: 'Select a file',
|
||||
actionName: 'Choose',
|
||||
currentFolderId,
|
||||
restrictRootToCurrentFolderId: true,
|
||||
select,
|
||||
selectionMode,
|
||||
isSelectionValid: (entry: Node) => entry.isFile,
|
||||
|
Reference in New Issue
Block a user