[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

@@ -318,6 +318,8 @@ public class EPersonServiceImpl extends DSpaceObjectServiceImpl<EPerson> impleme
authorizeService.authorizeAction(context, ePerson, Constants.WRITE);
}
super.update(context, ePerson);
ePersonDAO.save(context, ePerson);
log.info(LogManager.getHeader(context, "update_eperson",