mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- 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:
@@ -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.title=Execute all rules
|
||||||
execute-all-rules.description=Execute all rules on the child items
|
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.
|
||||||
|
@@ -69,6 +69,9 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
||||||
<bean id="start-workflow" class="org.alfresco.repo.workflow.StartWorkflowActionExecuter" parent="action-executer">
|
<bean id="start-workflow" class="org.alfresco.repo.workflow.StartWorkflowActionExecuter" parent="action-executer">
|
||||||
|
<property name="publicAction">
|
||||||
|
<value>false</value>
|
||||||
|
</property>
|
||||||
<property name="namespaceService">
|
<property name="namespaceService">
|
||||||
<ref bean="NamespaceService" />
|
<ref bean="NamespaceService" />
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user