As the title says & patch attached.
Please note that I have no idea what so ever what might be the consequences in changing the cid from the one beginning with rc: to the one defined in the cache id.
Also note that I haven't tested if any individual PANE using cache_actions caching gets cleared properly when the panel is saved.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cache_actions-flush-panels-on-display-edit-1815052-2.patch | 3.62 KB | das-peter |
| #1 | 1803128-cache_actions-url-and-cache-clear-fix.patch | 1.39 KB | tcmug |
Comments
Comment #1
tcmug commentedPatch was dropped :)
Comment #2
das-peter commentedI think that still leads to inconsistent behavior:|
How about the attached patch?
It truly unifies the creation of the caching id and prefixes all ids with
rc. That way you can usecache_clear_all('rc:', 'cache', TRUE);to flush all cached items of this module only.Comment #3
das-peter commentedHmm, there are still some issues with the patch above.
I've (hopefully) fixed these issues in my fork of the module: https://drupal.org/sandbox/daspeter/2017827
But for now I won't create another patch because I had to consider the functionality of the other applied patches as well.