mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged V4.0-BUG-FIX to HEAD
36579: Merged V4.0 to V4.0-BUG-FIX 36578: Merged DEV to V4.0 36562: ALF-14187 "Unknown method specified to remote store API: create" error messasge appears in log when create site from share The getSurfConfigNodeRef didn't return a surfConfigRef after creation git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@36580 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -794,7 +794,7 @@ public class ADMRemoteStore extends BaseRemoteStore
|
|||||||
properties.put(ContentModel.PROP_NAME, (Serializable) SURF_CONFIG);
|
properties.put(ContentModel.PROP_NAME, (Serializable) SURF_CONFIG);
|
||||||
ChildAssociationRef ref = this.unprotNodeService.createNode(
|
ChildAssociationRef ref = this.unprotNodeService.createNode(
|
||||||
rootRef, ContentModel.ASSOC_CONTAINS, assocQName, ContentModel.TYPE_FOLDER, properties);
|
rootRef, ContentModel.ASSOC_CONTAINS, assocQName, ContentModel.TYPE_FOLDER, properties);
|
||||||
|
surfConfigRef = ref.getChildRef();
|
||||||
// surf-config needs to be hidden - applies index control aspect as part of the hidden aspect
|
// surf-config needs to be hidden - applies index control aspect as part of the hidden aspect
|
||||||
hiddenAspect.hideNode(ref.getChildRef());
|
hiddenAspect.hideNode(ref.getChildRef());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user