mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Ensure correct container type is created when move or copy action executed on unfiled record hierarchy.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@65920 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -247,7 +247,7 @@ public abstract class CopyMoveFileToBaseAction extends RMActionExecuterAbstractB
|
|||||||
NodeRef child = null;
|
NodeRef child = null;
|
||||||
if(targetisUnfiledRecords)
|
if(targetisUnfiledRecords)
|
||||||
{
|
{
|
||||||
child = this.fileFolderService.create(parent, childName, RecordsManagementModel.TYPE_UNFILED_RECORD_CONTAINER).getNodeRef();
|
child = this.fileFolderService.create(parent, childName, RecordsManagementModel.TYPE_UNFILED_RECORD_FOLDER).getNodeRef();
|
||||||
}
|
}
|
||||||
else if(lastAsFolder)
|
else if(lastAsFolder)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user