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
48ea10b2
Commit
48ea10b2
authored
Oct 19, 2016
by
iv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Workflow: security declarations on getDestinationValue and getSourceValue
parent
e30ee4ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
product/ERP5Workflow/Document/Transition.py
product/ERP5Workflow/Document/Transition.py
+2
-0
product/ERP5Workflow/Document/Workflow.py
product/ERP5Workflow/Document/Workflow.py
+2
-0
No files found.
product/ERP5Workflow/Document/Transition.py
View file @
48ea10b2
...
...
@@ -140,6 +140,8 @@ class Transition(IdAsReferenceMixin("transition_", "prefix"), XMLObject,
return
[
parent
.
_getOb
(
transition_id
)
for
transition_id
in
self
.
getAfterScriptIdList
()]
security
.
declareProtected
(
Permissions
.
AccessContentsInformation
,
'getDestinationValue'
)
def
getDestinationValue
(
self
):
"""
returns the destination object
...
...
product/ERP5Workflow/Document/Workflow.py
View file @
48ea10b2
...
...
@@ -1212,6 +1212,8 @@ class Workflow(IdAsReferenceMixin("", "prefix"), XMLObject):
for
permission
in
permission_to_delete
:
del
state
.
state_permission_roles_dict
[
permission
]
security
.
declareProtected
(
Permissions
.
AccessContentsInformation
,
'getSourceValue'
)
def
getSourceValue
(
self
):
"""
returns the source object
...
...
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