mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
DM forms - fix for fresh bootstrap
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7402 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -229,6 +229,11 @@
|
|||||||
<prop key="location">alfresco/bootstrap/customWorkflowDefsSpace.acp</prop>
|
<prop key="location">alfresco/bootstrap/customWorkflowDefsSpace.acp</prop>
|
||||||
</props>
|
</props>
|
||||||
|
|
||||||
|
<props>
|
||||||
|
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}</prop>
|
||||||
|
<prop key="location">alfresco/bootstrap/formsSpace.xml</prop>
|
||||||
|
</props>
|
||||||
|
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
@@ -30,8 +30,11 @@ spaces.scripts.description=JavaScript files
|
|||||||
spaces.wcm.name=Web Projects
|
spaces.wcm.name=Web Projects
|
||||||
spaces.wcm.description=Web Content Management Spaces
|
spaces.wcm.description=Web Content Management Spaces
|
||||||
|
|
||||||
spaces.content_forms.name=Web Forms
|
spaces.wcm_content_forms.name=Web Forms
|
||||||
spaces.content_forms.description=Web Content Forms
|
spaces.wcm_content_forms.description=Web Content Forms
|
||||||
|
|
||||||
spaces.user_homes.name=User Homes
|
spaces.user_homes.name=User Homes
|
||||||
spaces.user_homes.description=User Homes
|
spaces.user_homes.description=User Homes
|
||||||
|
|
||||||
|
spaces.content_forms.name=Forms
|
||||||
|
spaces.content_forms.description=Content Forms
|
||||||
|
@@ -63,9 +63,9 @@ public class WCMFoldersPatch extends AbstractPatch
|
|||||||
public static final String PROPERTY_WEBPROJECTS_FOLDER_CHILDNAME = "spaces.wcm.childname";
|
public static final String PROPERTY_WEBPROJECTS_FOLDER_CHILDNAME = "spaces.wcm.childname";
|
||||||
private static final String MSG_WEBPROJECTS_FOLDER_NAME = "spaces.wcm.name";
|
private static final String MSG_WEBPROJECTS_FOLDER_NAME = "spaces.wcm.name";
|
||||||
private static final String MSG_WEBPROJECTS_FOLDER_DESCRIPTION = "spaces.wcm.description";
|
private static final String MSG_WEBPROJECTS_FOLDER_DESCRIPTION = "spaces.wcm.description";
|
||||||
public static final String PROPERTY_WEBFORMS_FOLDER_CHILDNAME = "spaces.content_forms.childname";
|
public static final String PROPERTY_WEBFORMS_FOLDER_CHILDNAME = "spaces.wcm_content_forms.childname";
|
||||||
private static final String MSG_WEBFORMS_FOLDER_NAME = "spaces.content_forms.name";
|
private static final String MSG_WEBFORMS_FOLDER_NAME = "spaces.wcm_content_forms.name";
|
||||||
private static final String MSG_WEBFORMS_FOLDER_DESCRIPTION = "spaces.content_forms.description";
|
private static final String MSG_WEBFORMS_FOLDER_DESCRIPTION = "spaces.wcm_content_forms.description";
|
||||||
|
|
||||||
private static final String PROPERTY_ICON = "space-icon-default";
|
private static final String PROPERTY_ICON = "space-icon-default";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user