mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* Made selectMode optioanl on contentNodeSelectorInterface (#5921)
This commit is contained in:
@@ -140,7 +140,6 @@ export class ContentNodeDialogService {
|
||||
const data: ContentNodeSelectorComponentData = {
|
||||
title: this.getTitleTranslation(action, contentEntry.name),
|
||||
actionName: action,
|
||||
selectionMode: 'single',
|
||||
currentFolderId: contentEntry.parentId,
|
||||
imageResolver: this.imageResolver.bind(this),
|
||||
where: '(isFolder=true)',
|
||||
@@ -183,7 +182,6 @@ export class ContentNodeDialogService {
|
||||
const data: ContentNodeSelectorComponentData = {
|
||||
title: this.getTitleTranslation(action, this.translation.instant('DROPDOWN.MY_FILES_OPTION')),
|
||||
actionName: action,
|
||||
selectionMode: 'single',
|
||||
currentFolderId: contentEntry.id,
|
||||
imageResolver: this.imageResolver.bind(this),
|
||||
isSelectionValid: this.hasAllowableOperationsOnNodeFolder.bind(this),
|
||||
@@ -211,7 +209,6 @@ export class ContentNodeDialogService {
|
||||
const data: ContentNodeSelectorComponentData = {
|
||||
title: this.getTitleTranslation(action, this.translation.instant('DROPDOWN.MY_FILES_OPTION')),
|
||||
actionName: action,
|
||||
selectionMode: 'single',
|
||||
currentFolderId: contentEntry.id,
|
||||
imageResolver: this.imageResolver.bind(this),
|
||||
isSelectionValid: (entry: Node) => entry.isFile,
|
||||
|
Reference in New Issue
Block a user