[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:
parent
21585df6a1
commit
fcb1d36da0
7 changed files with 35 additions and 51 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue