Commit 3d3028c5 authored by Romain Courteaud's avatar Romain Courteaud

Clear caches so that module is immediatly visible.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20606 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c0ec27f
......@@ -385,6 +385,8 @@ def ERP5Site_createModuleScribus(self,
object_portal_type,
module_title)
# Clear caches so that module is immediatly visible
portal.portal_caches.clearAllCache()
# manage redirection URL
if not selection_index:
......
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