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

65240: Refresh object cache after removing com/col logo

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