[gen] Remove attributes showWorkflowFor...; buttons for triggering workflow transitions are not located besides the standard actions (icons): edit, save, etc.

This commit is contained in:
Gaetan Delannay 2012-11-05 13:12:18 +01:00
parent 21585df6a1
commit fcb1d36da0
7 changed files with 35 additions and 51 deletions

View file

@ -109,10 +109,6 @@ class ToolWrapper(AbstractWrapper):
"searchFields"
Determines, among all indexed fields for p_klass, which one will
really be used in the search screen.
"showWorkflow"
Stores the boolean field indicating if we must show workflow-
related information for p_klass or not.
'''
fullClassName = self.o.getPortalType(klass)
res = '%sFor%s' % (attributeType, fullClassName)