mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2300] added menu option to attach file widget (#2992)
* [ADF-2300] added new selection menu to file uploaded * [ADF-2300] added menu option to attach file widget * [ADF-2300] removed fdescribe * [ADF-2300] fixed due peer review
This commit is contained in:
@@ -94,6 +94,7 @@ export class UploadWidgetComponent extends WidgetComponent implements OnInit {
|
||||
return this.processContentService.createTemporaryRawRelatedContent(file)
|
||||
.map((response: any) => {
|
||||
this.logService.info(response);
|
||||
response.contentBlob = file;
|
||||
return response;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user