mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
[DS-3008] Fix metadata order storage
This commit is contained in:
@@ -383,6 +383,8 @@ public class GroupServiceImpl extends DSpaceObjectServiceImpl<Group> implements
|
||||
@Override
|
||||
public void update(Context context, Group group) throws SQLException, AuthorizeException
|
||||
{
|
||||
|
||||
super.update(context, group);
|
||||
// FIXME: Check authorisation
|
||||
groupDAO.save(context, group);
|
||||
|
||||
|
Reference in New Issue
Block a user