[DS-3008] Fix metadata order storage

This commit is contained in:
KevinVdV
2016-01-29 12:18:11 +01:00
parent 592207245c
commit fc7ed3928a
9 changed files with 53 additions and 1 deletions

View File

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