mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
One simple revert action, and a tool for encoding pick lists for more complicated actions
in the future. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4348 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -427,4 +427,13 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="avm-revert-store" class="org.alfresco.repo.avm.actions.AVMRevertStoreAction" parent="action-executer">
|
||||
<property name="avmSyncService">
|
||||
<ref bean="avmSyncService"/>
|
||||
</property>
|
||||
<property name="publicAction">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
@@ -94,6 +94,10 @@ simple-avm-promote.title=Simple Sandbox Promotion
|
||||
simple-avm-promote.description=This promotes any newer nodes in the matched item to the specified target sandbox.
|
||||
simple-avm-promote.target-store.display-label=The name of the target AVM store.
|
||||
|
||||
avm-revert-store.title=Revert a Single Node in a store.
|
||||
avm-revert-store.description=This reverts all nodes including and below the argument node to a previous version.
|
||||
avm-revert-store.version.display-lable=The version to revert to.
|
||||
|
||||
start-avm-workflow.title=Start a WCM Workflow
|
||||
start-avm-workflow.description=Starts a workflow expecting an AVM workflow package
|
||||
start-avm-workflow.store-name.display-label=Store name for start task
|
||||
|
Reference in New Issue
Block a user