mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4823] added download and show preview for attach cloud widget (#4996)
* [ADF-4823] fixed download and start fixing show preview * [ADF-4823] fixed preview files * [ADF-4823] - added unit test * [ADF-4823] - fixed lint problem * [ADF-4823] - rebased and fixed lint problem * added a new method in BrowserActions to check that the action menu is visible, and using that in the tests. * linting fixes
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
created: Date;
|
||||
createdBy: any;
|
||||
id: number;
|
||||
nodeId: string;
|
||||
link: boolean;
|
||||
mimeType: string;
|
||||
name: string;
|
||||
@@ -48,6 +49,7 @@
|
||||
this.relatedContent = obj && obj.relatedContent;
|
||||
this.simpleType = obj && obj.simpleType;
|
||||
this.thumbnailStatus = obj && obj.thumbnailStatus;
|
||||
this.nodeId = obj && obj.nodeId;
|
||||
}
|
||||
|
||||
hasPreviewStatus(): boolean {
|
||||
|
Reference in New Issue
Block a user