- Added remove features action to repository and web client UI

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2539 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2006-03-10 14:30:57 +00:00
parent 59d83325d4
commit cb432f65a9
5 changed files with 206 additions and 0 deletions

View File

@@ -157,6 +157,12 @@
</property>
</bean>
<bean id="remove-features" class="org.alfresco.repo.action.executer.RemoveFeaturesActionExecuter" parent="action-executer">
<property name="nodeService">
<ref bean="NodeService" />
</property>
</bean>
<bean id="specialise-type" class="org.alfresco.repo.action.executer.SpecialiseTypeActionExecuter" parent="action-executer">
<property name="nodeService">
<ref bean="NodeService" />

View File

@@ -23,6 +23,9 @@ compare-mime-type.description=The rule is applied to all items that have content
add-features.title=Add aspect to item
add-features.description=This will add an aspect to the matched item.
remove-features.title=Remove an aspect from an item
remove-features.description=This will remove an aspect from the matched item.
simple-workflow.title=Add simple workflow to item
simple-workflow.description=This will add a simple workflow to the matched item. This will allow the item to be moved to a different space for its next step in a workflow. You can also give a space for it to be moved to if you want a reject step.