Commit 47005db3 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Allow manager to do all transitions in order to prevent bootstrap issue in...

Allow manager to do all transitions in order to prevent bootstrap issue in certains systems which require for user validation career to be already validated and for career to be validate that the user is a validated Person.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14359 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b09eebe
......@@ -30,6 +30,16 @@
<none/>
</value>
</item>
<item>
<key> <string>creation_guard</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>groups</string> </key>
<value>
......@@ -44,6 +54,10 @@
<key> <string>initial_state</string> </key>
<value> <string>draft</string> </value>
</item>
<item>
<key> <string>manager_bypass</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
......
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