Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
8f272c55
Commit
8f272c55
authored
Mar 31, 2015
by
wenjie.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Workflow.py: remove a LOG.
parent
74e5ca9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
product/ERP5Workflow/Document/Workflow.py
product/ERP5Workflow/Document/Workflow.py
+0
-1
No files found.
product/ERP5Workflow/Document/Workflow.py
View file @
8f272c55
...
@@ -425,7 +425,6 @@ class Workflow(XMLObject):
...
@@ -425,7 +425,6 @@ class Workflow(XMLObject):
Guard_checkWithoutRoles
(
guard
,
security_manager
,
self
,
portal
):
Guard_checkWithoutRoles
(
guard
,
security_manager
,
self
,
portal
):
is_permitted_worklist
=
1
is_permitted_worklist
=
1
variable_match
[
SECURITY_PARAMETER_ID
]
=
guard
.
roles
variable_match
[
SECURITY_PARAMETER_ID
]
=
guard
.
roles
LOG
(
'Worklist permission = %s'
%
is_permitted_worklist
,
WARNING
,
'in Workflow.py'
)
if
is_permitted_worklist
:
if
is_permitted_worklist
:
fmt_data
=
TemplateDict
()
fmt_data
=
TemplateDict
()
fmt_data
.
_push
(
info
)
fmt_data
.
_push
(
info
)
...
...
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