mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[AAE-3110] Move upload button inside the node selector dialog (#5901)
* Open select dialog on all types, fetch destination folder from a relative path * Dialog UI refactor, multiple upload from local * Fix document list should automatically reload after upload * Remove not used ViewChild * Fix imports, read destination folder from form field * support different alias * Remove not needed property, reuse selection mode * Remove unused methods * Fix unit tests * * Added unit tests * Fixed failing unit tests * * Added unit for upload button * Skipped failing e2e * * Removed process-storage related code * * Removed unncessory model and code * * * Removed contentHost from formCloud model * * Skiped content-services e2e * Skip failing process e2e related to attachment Co-authored-by: sivakumar414ram <siva.kumar@muraai.com> Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
This commit is contained in:
@@ -23,16 +23,3 @@ export class TaskVariableCloud {
|
||||
this.value = obj.value || null;
|
||||
}
|
||||
}
|
||||
|
||||
export class ProcessStorageCloudModel {
|
||||
|
||||
nodeId: string;
|
||||
path: string;
|
||||
type: string;
|
||||
|
||||
constructor(obj) {
|
||||
this.nodeId = obj.nodeId || null;
|
||||
this.path = obj.path || null;
|
||||
this.type = obj.type || null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user