mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
65240: Set uploader method to PUT if object already contains a logo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user