[AAE-5612] FE - [ADF] Destination picker it's not displaying my files folder if the destination Folder path type of string/folder variable is set to a folder part of trash (#7224)

* [AAE-5612] FE - [ADF] Destination picker it's not displaying my files folder if the destination Folder path type of string/folder variable is set to a folder part of trash

* * Refactored getDestinationFolderPath

* * Updated attachFileCloudWidget unit tests

* * Renamed method name

* * Added unit tests to the content-cloud-node-selector service

* * Fixed comments

* * Removed mock obj

* * fixed lint error

* * Fixed lint error
This commit is contained in:
siva kumar
2021-09-28 16:18:48 +05:30
committed by GitHub
parent f963c6d15e
commit e73d3c3213
6 changed files with 297 additions and 163 deletions

View File

@@ -39,3 +39,4 @@ export * from './group.model';
export * from './form-variable.model';
export * from './process-variable.model';
export * from './upload-widget-content-link.model';
export * from './form-field-file-source';