mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
ACE-1918: Surf-config patch improvements. Made:
- surfConfigFolder patch to use Cron trigger - surf-config SQL query more efficient - changes to comments and formatting git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@73049 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -828,8 +828,8 @@ public class ADMRemoteStore extends BaseRemoteStore
|
|||||||
prop.put(ContentModel.PROP_IS_CONTENT_INDEXED, false);
|
prop.put(ContentModel.PROP_IS_CONTENT_INDEXED, false);
|
||||||
for (String element : folders)
|
for (String element : folders)
|
||||||
{
|
{
|
||||||
folderDetails.add(new FileFolderUtil.PathElementDetails(element, Collections.singletonMap(
|
Map<QName, Map<QName, Serializable>> aspects = Collections.singletonMap(ContentModel.ASPECT_INDEX_CONTROL, prop);
|
||||||
ContentModel.ASPECT_INDEX_CONTROL, prop)));
|
folderDetails.add(new FileFolderUtil.PathElementDetails(element, aspects));
|
||||||
}
|
}
|
||||||
// ensure folders exist down to the specified parent
|
// ensure folders exist down to the specified parent
|
||||||
// ALF-17729 / ALF-17796 - disable auditable on parent folders
|
// ALF-17729 / ALF-17796 - disable auditable on parent folders
|
||||||
|
Reference in New Issue
Block a user