Commit b29c3d54 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! SelectionTool: Changing storage or memcached settings were not taken...

fixup! SelectionTool: Changing storage or memcached settings were not taken into effect until restart.
parent 905ebaed
......@@ -140,7 +140,7 @@ class SelectionTool( BaseTool, SimpleItem ):
storage_item_list.extend([['/'.join((mp.getParentValue().getTitle(), mp.getTitle(),)), mp.getRelativeUrl()] for mp in memcached_plugin_list])
return storage_item_list
security.declareProtected(ERP5Permissions.ModifyPortalContent, 'updateCache')
security.declareProtected(ERP5Permissions.ModifyPortalContent, 'clearCachedContainer')
def clearCachedContainer(self, is_anonymous=False):
"""
Clear Container currently being used for Selection Tool because either the
......
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