mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'feature/RM-7028_Add_Add_To_Hold_ToAudit' into feature/RM-7029_RemoveFromHold
This commit is contained in:
@@ -51,8 +51,9 @@ import org.alfresco.service.cmr.security.PermissionService;
|
||||
* @see FilePlanService#getNodeRefPath(NodeRef)
|
||||
*
|
||||
* @author Derek Hulley
|
||||
* @since 3.2
|
||||
* @author Sara Aspery
|
||||
* @since 3.3
|
||||
* @since AGS 3.3
|
||||
*/
|
||||
public final class NamePathDataExtractor extends AbstractDataExtractor
|
||||
{
|
||||
|
@@ -345,7 +345,8 @@ public class CommonRMTestUtils implements RecordsManagementModel
|
||||
nodeService.setProperty(record, RecordsManagementModel.PROP_DATE_FILED, new Date());
|
||||
nodeService.setProperty(record, ContentModel.PROP_TITLE, "titleValue");
|
||||
actionService.executeRecordsManagementAction(record, "declareRecord");
|
||||
} finally
|
||||
}
|
||||
finally
|
||||
{
|
||||
modelSecurityService.setEnabled(true);
|
||||
}
|
||||
@@ -368,7 +369,8 @@ public class CommonRMTestUtils implements RecordsManagementModel
|
||||
try
|
||||
{
|
||||
actionService.executeRecordsManagementAction(recordFolder, "closeRecordFolder");
|
||||
} finally
|
||||
}
|
||||
finally
|
||||
{
|
||||
modelSecurityService.setEnabled(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user