mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
65240: Switch to POST requests after logo has been deleted
This commit is contained in:
@@ -222,6 +222,7 @@ export class ComColFormComponent<T extends DSpaceObject> implements OnInit, OnDe
|
||||
);
|
||||
}
|
||||
(this.dso as any).logo = undefined;
|
||||
this.uploadFilesOptions.method = RestRequestMethod.POST;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user