Commit fc584921 authored by Jérome Perrin's avatar Jérome Perrin

Patch all ActionProviderBase views to add support for Priority and Icon on all

actions providers.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15591 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 830d7ccc
......@@ -12,9 +12,11 @@
#
##############################################################################
from Globals import DTMLFile
from Products.CMFCore.ActionProviderBase import ActionProviderBase
from Products.CMFCore.ActionInformation import ActionInformation
from Products.CMFCore.Expression import Expression
from Products.ERP5Type import _dtmldir
def ActionProviderBase_manage_editActionsForm( self, REQUEST, manage_tabs_message=None ):
......@@ -154,3 +156,4 @@ def ActionProviderBase_extractAction( self, properties, index ):
ActionProviderBase.manage_editActionsForm = ActionProviderBase_manage_editActionsForm
ActionProviderBase.addAction = ActionProviderBase_addAction
ActionProviderBase._extractAction = ActionProviderBase_extractAction
ActionProviderBase._actions_form = DTMLFile( 'editToolsActions', _dtmldir )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment