mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
. WCM UI is now sensitive to the 'wcmwf:submitted' aspect marking an item as currently part of a live workflow process
- most actions such as Submit, Edit, Delete, Revert etc. are unavailable when an item is within a workflow . Fix to preview url generation after executing an action in the Staging area that changed the UI context . Another icon from Linton git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4638 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -380,11 +380,12 @@
|
||||
<action>wizard:createForm</action>
|
||||
</action>
|
||||
|
||||
<action id="edit_form">
|
||||
<evaluator>org.alfresco.web.action.evaluator.EditFormEvaluator</evaluator>
|
||||
<!-- Edit XML content type -->
|
||||
<action id="edit_form">
|
||||
<permissions>
|
||||
<permission allow="true">Write,CreateChildren</permission>
|
||||
</permissions>
|
||||
<evaluator>org.alfresco.web.action.evaluator.EditFormEvaluator</evaluator>
|
||||
<label-id>edit_form</label-id>
|
||||
<image>/images/icons/edit_form.gif</image>
|
||||
<action>wizard:editForm</action>
|
||||
|
Reference in New Issue
Block a user