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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
8b20234f
Commit
8b20234f
authored
Dec 28, 2016
by
Cédric Le Ninivin
Committed by
Xiaowu Zhang
Dec 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_calendar: Transition permission is based on Roles for consistency
parent
312f103f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
bt5/erp5_calendar/WorkflowTemplateItem/portal_workflow/leave_request_workflow/transitions/cancel.xml
...al_workflow/leave_request_workflow/transitions/cancel.xml
+7
-2
bt5/erp5_calendar/WorkflowTemplateItem/portal_workflow/leave_request_workflow/transitions/confirm.xml
...l_workflow/leave_request_workflow/transitions/confirm.xml
+6
-2
bt5/erp5_calendar/WorkflowTemplateItem/portal_workflow/leave_request_workflow/transitions/reject.xml
...al_workflow/leave_request_workflow/transitions/reject.xml
+7
-2
No files found.
bt5/erp5_calendar/WorkflowTemplateItem/portal_workflow/leave_request_workflow/transitions/cancel.xml
View file @
8b20234f
...
...
@@ -10,6 +10,10 @@
<key>
<string>
actbox_category
</string>
</key>
<value>
<string>
workflow
</string>
</value>
</item>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<string></string>
</value>
...
...
@@ -62,10 +66,11 @@
<pickle>
<dictionary>
<item>
<key>
<string>
permission
s
</string>
</key>
<key>
<string>
role
s
</string>
</key>
<value>
<tuple>
<string>
Modify portal content
</string>
<string>
Assignor
</string>
<string>
Assignee
</string>
</tuple>
</value>
</item>
...
...
bt5/erp5_calendar/WorkflowTemplateItem/portal_workflow/leave_request_workflow/transitions/confirm.xml
View file @
8b20234f
...
...
@@ -10,6 +10,10 @@
<key>
<string>
actbox_category
</string>
</key>
<value>
<string>
workflow
</string>
</value>
</item>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<string></string>
</value>
...
...
@@ -62,10 +66,10 @@
<pickle>
<dictionary>
<item>
<key>
<string>
permission
s
</string>
</key>
<key>
<string>
role
s
</string>
</key>
<value>
<tuple>
<string>
Modify portal content
</string>
<string>
Assignor
</string>
</tuple>
</value>
</item>
...
...
bt5/erp5_calendar/WorkflowTemplateItem/portal_workflow/leave_request_workflow/transitions/reject.xml
View file @
8b20234f
...
...
@@ -10,6 +10,10 @@
<key>
<string>
actbox_category
</string>
</key>
<value>
<string>
workflow
</string>
</value>
</item>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<string></string>
</value>
...
...
@@ -62,10 +66,11 @@
<pickle>
<dictionary>
<item>
<key>
<string>
permission
s
</string>
</key>
<key>
<string>
role
s
</string>
</key>
<value>
<tuple>
<string>
Modify portal content
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
</tuple>
</value>
</item>
...
...
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