65240: Set uploader method to PUT if object already contains a logo

This commit is contained in:
Kristof De Langhe
2019-10-01 16:53:21 +02:00
parent ecef1b35d1
commit eade3e7d37
5 changed files with 33 additions and 27 deletions

View File

@@ -77,13 +77,7 @@ export class SubmissionFormComponent implements OnChanges, OnDestroy {
* The uploader configuration options
* @type {UploaderOptions}
*/
public uploadFilesOptions: UploaderOptions = {
url: '',
authToken: null,
disableMultipart: false,
itemAlias: null,
autoUpload: true
};
public uploadFilesOptions: UploaderOptions = new UploaderOptions();
/**
* A boolean representing if component is active