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 @@ ...@@ -32,7 +32,7 @@
</item> </item>
<item> <item>
<key> <string>after_script_name</string> </key> <key> <string>after_script_name</string> </key>
<value> <string></string> </value> <value> <string>clearCache</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Assignee</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Assignee</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -74,6 +74,7 @@ account_module/view?validation_state=draft&reset:int=1 ...@@ -74,6 +74,7 @@ account_module/view?validation_state=draft&reset:int=1
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Assignee</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
91 93
\ 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