Skip to content

ERP5Type: Fix clearing Action Cache with multiple zope nodes

Jérome Perrin requested to merge fix/clear_action_cache into master

Actions are stored in a RAM cache, after editing an action (or installing a business template with updated actions), clearing the cache was only done only the Zope node where the edition was made, other nodes had to wait for the cache expiration.

Switch to using a cache cookie for this, which supports multiple zope nodes properly.

Merge request reports