Skip to content
Snippets Groups Projects
Commit 89f4d660 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

65240: Switch to POST requests after logo has been deleted

parent 896e1999
No related branches found
No related tags found
No related merge requests found
......@@ -222,6 +222,7 @@ export class ComColFormComponent<T extends DSpaceObject> implements OnInit, OnDe
);
}
(this.dso as any).logo = undefined;
this.uploadFilesOptions.method = RestRequestMethod.POST;
});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment