mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6851 updates from review
This commit is contained in:
@@ -1068,7 +1068,7 @@ public class RecordServiceImpl extends BaseBehaviourBean
|
||||
|
||||
if (freezeService.isFrozen(newRecordContainer))
|
||||
{
|
||||
throw new AccessDeniedException(I18NUtil.getMessage("permissions.err_access_denied"));
|
||||
throw new IntegrityException(I18NUtil.getMessage("rm.service.add-children-to-frozen-record-folder"),null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user