Commit 5628afad authored by iv's avatar iv

erp5_banking_core: fix 'Access contents information' permission name

On workflows accounting_date_workflow and counter_date_workflow, the permission name was
using capitalized case instead.
parent 21a8a0c8
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
<value> <value>
<tuple> <tuple>
<string>AccessContentsInformation</string> <string>Access contents information</string>
<string>Modify portal content</string> <string>Modify portal content</string>
<string>View</string> <string>View</string>
<string>Delete objects</string> <string>Delete objects</string>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>AccessContentsInformation</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>AccessContentsInformation</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>AccessContentsInformation</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>AccessContentsInformation</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
<value> <value>
<tuple> <tuple>
<string>AccessContentsInformation</string> <string>Access contents information</string>
<string>Modify portal content</string> <string>Modify portal content</string>
<string>View</string> <string>View</string>
<string>Delete objects</string> <string>Delete objects</string>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>AccessContentsInformation</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>AccessContentsInformation</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>AccessContentsInformation</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>AccessContentsInformation</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment