mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
[DURACOM-232] solved Community/Collection admins can't edit logo for communities/collections
This commit is contained in:
@@ -135,6 +135,9 @@ public class Collection extends DSpaceObject implements DSpaceObjectLegacySuppor
|
||||
|
||||
protected void setLogo(Bitstream logo) {
|
||||
this.logo = logo;
|
||||
if (logo != null) {
|
||||
logo.setCollection(this);
|
||||
}
|
||||
setModified();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user