diff --git a/config/alfresco/bootstrap/formsSpace.xml b/config/alfresco/bootstrap/formsSpace.xml new file mode 100644 index 0000000000..d89a5b1112 --- /dev/null +++ b/config/alfresco/bootstrap/formsSpace.xml @@ -0,0 +1,15 @@ + + + + + + + + Content Forms + space-icon-default + Forms + Forms + + + \ No newline at end of file diff --git a/config/alfresco/import-export-context.xml b/config/alfresco/import-export-context.xml index dacb3856ed..9bc4fafc61 100644 --- a/config/alfresco/import-export-context.xml +++ b/config/alfresco/import-export-context.xml @@ -316,8 +316,9 @@ ${spaces.savedsearches.childname} ${spaces.scripts.childname} ${spaces.wcm.childname} + ${spaces.wcm_content_forms.childname} ${spaces.content_forms.childname} - ${spaces.user_homes.childname} + ${spaces.user_homes.childname} diff --git a/config/alfresco/messages/patch-service.properties b/config/alfresco/messages/patch-service.properties index 784c216f8a..550ef83307 100644 --- a/config/alfresco/messages/patch-service.properties +++ b/config/alfresco/messages/patch-service.properties @@ -173,11 +173,11 @@ patch.webScriptsReadme.description=Applied ReadMe template to Web Scripts folder patch.AVMProperties.description=Changes storage of properties on AVM Nodes. patch.AVMProperties.result=Properties were moved. -patch.customModels.description=Adds Models space to Data Dictionary. -patch.customMessages.description=Adds Messages space to Data Dictionary. -patch.customWebClientExtension.description=Adds Web Client Extension space to Data Dictionary. +patch.customModels.description=Adds 'Models' folder to Data Dictionary +patch.customMessages.description=Adds 'Messages' folder to Data Dictionary +patch.customWebClientExtension.description=Adds 'Web Client Extension' folder to Data Dictionary -patch.customWorkflowDefs.description=Adds Workflow Definitions space to Data Dictionary. +patch.customWorkflowDefs.description=Adds 'Workflow Definitions' folder to Data Dictionary. patch.emailContributorGroup.description=Adds the 'GROUP_EMAIL_CONTRIBUTORS' group. @@ -186,3 +186,6 @@ patch.avmStoreAsIdentifier.result=Reindexed wca:webfolder to make wca:avmstore a patch.avmFormPropertyIdentifier.description=Reindex wca:webform to make wca:formname an identifier patch.avmFormPropertyIdentifier.result=Reindexed wca:webform to make wca:formname an identifier + +patch.formsFolder.description=Adds 'Forms' folder to Data Dictionary + diff --git a/config/alfresco/patch/patch-services-context.xml b/config/alfresco/patch/patch-services-context.xml index 34813884bf..0478aa2924 100644 --- a/config/alfresco/patch/patch-services-context.xml +++ b/config/alfresco/patch/patch-services-context.xml @@ -1123,5 +1123,26 @@ - + + + patch.formsFolder + patch.formsFolder.description + 0 + 112 + 113 + + + + + + /${spaces.company_home.childname}/${spaces.dictionary.childname}/app:forms + + + + /${spaces.company_home.childname}/${spaces.dictionary.childname} + alfresco/bootstrap/formsSpace.xml + + + + diff --git a/config/alfresco/repository.properties b/config/alfresco/repository.properties index 06f9a7eec9..a29a913819 100644 --- a/config/alfresco/repository.properties +++ b/config/alfresco/repository.properties @@ -146,7 +146,8 @@ spaces.templates.rss.childname=app:rss_templates spaces.savedsearches.childname=app:saved_searches spaces.scripts.childname=app:scripts spaces.wcm.childname=app:wcm -spaces.content_forms.childname=app:wcm_forms +spaces.wcm_content_forms.childname=app:wcm_forms +spaces.content_forms.childname=app:forms spaces.user_homes.childname=app:user_homes # Folders for storing people diff --git a/config/alfresco/version.properties b/config/alfresco/version.properties index 5c6fd6afd0..61c9dc2dc7 100644 --- a/config/alfresco/version.properties +++ b/config/alfresco/version.properties @@ -19,4 +19,4 @@ version.build=@build-number@ # Schema number -version.schema=112 +version.schema=113