65240: Refresh object cache after removing com/col logo

This commit is contained in:
Kristof De Langhe
2019-11-28 11:51:07 +01:00
parent 424089312b
commit 7755228b59

View File

@@ -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();
});
}