Commit 2bec764b authored by Jérome Perrin's avatar Jérome Perrin

security: update local roles also when user id is initialized

Since erp5 commit f8cd3922d2 (base: introduce Person.initUserId, 2020-08-13)
_setUserId is no longer called when person are created, so we need another way
to trigger local role generation.
Extend interaction so that it is called also on initUserId
parent bc7ff06f
......@@ -57,6 +57,7 @@
<value>
<list>
<string>_setUserId</string>
<string>initUserId</string>
</list>
</value>
</item>
......
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