[Erp5-report] r20606 - /erp5/trunk/products/ERP5Form/Extensions/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 17 13:33:22 CEST 2008


Author: romain
Date: Thu Apr 17 13:33:21 2008
New Revision: 20606

URL: http://svn.erp5.org?rev=20606&view=rev
Log:
Clear caches so that module is immediatly visible.

Modified:
    erp5/trunk/products/ERP5Form/Extensions/ERP5Site_createModuleScribus.py

Modified: erp5/trunk/products/ERP5Form/Extensions/ERP5Site_createModuleScribus.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/Extensions/ERP5Site_createModuleScribus.py?rev=20606&r1=20605&r2=20606&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/Extensions/ERP5Site_createModuleScribus.py (original)
+++ erp5/trunk/products/ERP5Form/Extensions/ERP5Site_createModuleScribus.py Thu Apr 17 13:33:21 2008
@@ -385,6 +385,8 @@
                               object_portal_type,
                               module_title)
 
+  # Clear caches so that module is immediatly visible
+  portal.portal_caches.clearAllCache()
 
   # manage redirection URL
   if not selection_index:




More information about the Erp5-report mailing list