- 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
This commit is contained in:
Gavin Cornwell
2006-08-25 11:02:16 +00:00
parent 4b19979671
commit 6526317715
2 changed files with 6 additions and 0 deletions

View File

@@ -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.

View File

@@ -69,6 +69,9 @@
<!-- -->
<bean id="start-workflow" class="org.alfresco.repo.workflow.StartWorkflowActionExecuter" parent="action-executer">
<property name="publicAction">
<value>false</value>
</property>
<property name="namespaceService">
<ref bean="NamespaceService" />
</property>