Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
erp5
Commits
1428ce98
Commit
1428ce98
authored
Jul 18, 2016
by
iv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Workflow: fix typos in ERP5Site_getWorkflowStateItemList.py
parent
817c5887
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getWorkflowStateItemList.py
...rtal_skins/erp5_core/ERP5Site_getWorkflowStateItemList.py
+2
-1
No files found.
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getWorkflowStateItemList.py
View file @
1428ce98
...
...
@@ -39,8 +39,9 @@ for portal_type in portal_type:
# or workflows using another state variable
if
(
state_value_list
is
not
None
and
len
(
workflow
.
getStateIdList
())
>
1
and
state_var
in
(
None
,
workflow
.
getStateVariable
()):
and
state_var
in
(
None
,
workflow
.
getStateVariable
())
)
:
for
state
in
state_value_list
:
state_id
=
state
.
getReference
()
if
not
state_id
in
state_set
:
state_set
.
add
(
state_id
)
result_list
.
append
((
str
(
translateString
(
state
.
title
)),
state_id
))
...
...
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