From 6526317715fda000f92b917ce3c58de27b4c5796 Mon Sep 17 00:00:00 2001 From: Gavin Cornwell Date: Fri, 25 Aug 2006 11:02:16 +0000 Subject: [PATCH] - More workflow features - Added single select capability to generic picker - Fixed NPE in client (create rule wizard) due to missing messages git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3606 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/messages/action-config.properties | 3 +++ config/alfresco/workflow-context.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/alfresco/messages/action-config.properties b/config/alfresco/messages/action-config.properties index 90302d5319..536d7e0608 100644 --- a/config/alfresco/messages/action-config.properties +++ b/config/alfresco/messages/action-config.properties @@ -78,3 +78,6 @@ script.description=Execute a JavaScript file to perform tasks such as creating n execute-all-rules.title=Execute all rules execute-all-rules.description=Execute all rules on the child items + +start-workflow.title=Start Workflow +start-workflow.description=This will start a workflow for the matched items. diff --git a/config/alfresco/workflow-context.xml b/config/alfresco/workflow-context.xml index d124a7f68b..097521554a 100644 --- a/config/alfresco/workflow-context.xml +++ b/config/alfresco/workflow-context.xml @@ -69,6 +69,9 @@ + + false +