[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:
Vito
2018-02-26 11:41:40 +00:00
committed by Eugenio Romano
parent 03bfeb50bd
commit b2eae9205c
5 changed files with 224 additions and 62 deletions

View File

@@ -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;
});
}