Commit c329349c authored by Romain Courteaud's avatar Romain Courteaud

Add proxy role to force reindexation.

Of course, this is bad...
parent e94c2ef9
...@@ -57,6 +57,14 @@ ...@@ -57,6 +57,14 @@
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>state_change</string> </value> <value> <string>state_change</string> </value>
</item> </item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Base_recursiveReindexObject</string> </value> <value> <string>Base_recursiveReindexObject</string> </value>
......
464 465
\ No newline at end of file \ No newline at end of file
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