Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
b6bc3340
Commit
b6bc3340
authored
Jul 05, 2015
by
wenjie.zheng
Committed by
Sebastien Robin
Jul 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5/InteractionWorkflow.py: remove unnecesserary commment.
parent
c067e991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
product/ERP5/InteractionWorkflow.py
product/ERP5/InteractionWorkflow.py
+0
-5
No files found.
product/ERP5/InteractionWorkflow.py
View file @
b6bc3340
...
...
@@ -371,13 +371,8 @@ class InteractionWorkflowDefinition (DCWorkflowDefinition, ActiveObject):
if
root
is
None
:
root
=
Element
(
'erp5'
)
return_as_object
=
False
# Define a list of __dict__.keys to show to users:
# It seems even in DC interaction workflow, creation guard hasn't been configured;
# so it is not used? thus I didn't show creation guard as xml here. (zwj)
interaction_workflow_prop_id_to_show
=
{
'title'
:
'string'
,
'description'
:
'text'
,
'manager_bypass'
:
'int'
}
# workflow as XML, need to rename DC workflow's portal_type before comparison.
interaction_workflow
=
SubElement
(
root
,
'interaction_workflow'
,
attrib
=
dict
(
reference
=
self
.
getReference
(),
portal_type
=
'Interaction Workflow'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment