Commit db50a0bc authored by Jérome Perrin's avatar Jérome Perrin

Assignee can validate, invalidate and delete accounts.

clear the cache when invalidating an account



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10841 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d05109f
......@@ -32,7 +32,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string></string> </value>
<value> <string>clearCache</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -84,6 +84,7 @@
<value>
<tuple>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
......
......@@ -84,6 +84,7 @@
<value>
<tuple>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
......
......@@ -74,6 +74,7 @@ account_module/view?validation_state=draft&reset:int=1
<value>
<tuple>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
......
91
\ No newline at end of file
93
\ 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