Problem/Motivation

It would be nice to be able to use render cache together with panelizer - unfortunately this is can lead to issues because panelizer hooks are called after render_cache.
render_cache_entity_module_implements_alter can't fix that because of the module weight.
There was a similar issue earlier - but related to page manager #2358429
I don't think there's anything that stops us from using render_cache for panelizer though.

Proposed resolution

Set module weight.

Remaining tasks

reviews needed

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
render_cache-set-module-weight.patch814 bytesdas-peter

Comments

das-peter created an issue.