mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Changed <not set> label to <no workflow> when no workflow selected for a Form in Create Web Project wizard
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4591 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -867,6 +867,7 @@ edit_website=Edit Web Project Settings
|
||||
workflow_settings=Workflow Settings
|
||||
workflow_not_configured=Workflow not configured
|
||||
error_filename_pattern=Error with workflow filename pattern: {0}
|
||||
workflow_not_set=no workflow
|
||||
|
||||
# Invite web users wizard messages
|
||||
invite_website_users=Invite Web Project Users
|
||||
|
@@ -67,7 +67,7 @@ public class CreateWebsiteWizard extends BaseWizardBean
|
||||
private static final String MSG_NAME = "name";
|
||||
private static final String MSG_USERROLES = "create_website_summary_users";
|
||||
private static final String MSG_FORM_SUMMARY = "website_form_summary";
|
||||
private static final String MSG_NONE = "value_not_set";
|
||||
private static final String MSG_NONE = "workflow_not_set";
|
||||
|
||||
private static final String COMPONENT_FORMLIST = "form-list";
|
||||
private static final String COMPONENT_WORKFLOWLIST = "workflow-list";
|
||||
|
Reference in New Issue
Block a user