mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
65240: Refresh object cache after removing com/col logo
This commit is contained in:
@@ -181,6 +181,7 @@ export class ComColFormComponent<T extends DSpaceObject> implements OnInit, OnDe
|
|||||||
}
|
}
|
||||||
(this.dso as any).logo = undefined;
|
(this.dso as any).logo = undefined;
|
||||||
this.uploadFilesOptions.method = RestRequestMethod.POST;
|
this.uploadFilesOptions.method = RestRequestMethod.POST;
|
||||||
|
this.refreshCache();
|
||||||
this.finish.emit();
|
this.finish.emit();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user