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
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
14684d80
Commit
14684d80
authored
Jan 14, 2017
by
Gabriel Monnerat
Committed by
Jérome Perrin
May 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_trade: Fix expression to consider proxy roles
parent
9de1da5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/transitions/deliver.xml
...al_workflow/packing_list_workflow/transitions/deliver.xml
+1
-1
No files found.
bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/transitions/deliver.xml
View file @
14684d80
...
...
@@ -82,7 +82,7 @@
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
python: user.has_permission("Modify portal content", here) or user.has_role(("Associate",), here)
</string>
</value>
<value>
<string>
python: user.has_permission("Modify portal content", here) or user.has_role(("Associate",), here)
or user.portal_membership.checkPermission(\'Modify portal content\', here)
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
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