65240: Switch to POST requests after logo has been deleted

This commit is contained in:
Kristof De Langhe
2019-10-25 11:37:43 +02:00
parent 896e19990b
commit 89f4d66012

View File

@@ -222,6 +222,7 @@ export class ComColFormComponent<T extends DSpaceObject> implements OnInit, OnDe
);
}
(this.dso as any).logo = undefined;
this.uploadFilesOptions.method = RestRequestMethod.POST;
});
}
}