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

use clearAllCache method when clearing all caches.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14163 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0fcbf42
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<dtml-var manage_tabs> <dtml-var manage_tabs>
<h3>Cache invalidation</h3> <h3>Cache invalidation</h3>
<form action="clearCache" method="POST"> <form action="clearAllCache" method="POST">
<input type="submit" value="Clear all cache factories"/> <input type="submit" value="Clear all cache factories"/>
</form> </form>
<dtml-in expr="objectIds('ERP5 Cache Factory')"> <dtml-in expr="objectIds('ERP5 Cache Factory')">
......
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