mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3603] Destination picker is not opening on My Files when clicking on Attach file widget (#5865)
* [ACA-3603] Destination picker is not opening on My Files when clicking on Attach file widget * * * * Fixed failing unit tests * * Used openFileBrowseDialogByFolderId
This commit is contained in:
@@ -102,6 +102,15 @@ export class ContentNodeDialogService {
|
||||
}));
|
||||
}
|
||||
|
||||
/**
|
||||
* Opens a file browser at a default myFile location.
|
||||
* shows files and folders in the dialog search result.
|
||||
* @returns Information about the selected file(s)
|
||||
*/
|
||||
openFileBrowseDialogByDefaultLocation(): Observable<Node[]> {
|
||||
return this.openFileBrowseDialogByFolderId('-my-');
|
||||
}
|
||||
|
||||
/**
|
||||
* Opens a folder browser at a chosen site location.
|
||||
* @returns Information about the selected folder(s)
|
||||
|
Reference in New Issue
Block a user