mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge remote-tracking branch 'remotes/origin/feature/RM-6792_V1RestAPI' into feature/RM-6796_DeclareAndFileTests
This commit is contained in:
@@ -148,7 +148,7 @@ public class FilesEntityResource implements InitializingBean
|
||||
{
|
||||
// Get record folder, if provided
|
||||
NodeRef targetParent = null;
|
||||
String targetParentId = parameters.getParameter(RMNode.PARAM_PARENT_ID);
|
||||
final String targetParentId = parameters.getParameter(RMNode.PARAM_PARENT_ID);
|
||||
if (targetParentId != null)
|
||||
{
|
||||
targetParent = apiUtils.lookupAndValidateNodeType(targetParentId, RecordsManagementModel.TYPE_RECORD_FOLDER);
|
||||
|
Reference in New Issue
Block a user