Currently, if a module weighted equally to Block Cache Alter (most, unless the module specifies its weight) implements hook_block_info_alter(), and the module's short name comes after Block Cache Alter, that module's alterations of cache settings will override any setting selected through the Block configuration UI.
Seems like we should ensure block cache settings configured through the UI should always take precedence.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | blockcache_alter-blockcache_ui_configs_take_precedence-2173799-1.patch | 688 bytes | iamEAP |
Comments
Comment #1
iamEAP commentedComment #2
fabianx commented**RTBM**
Comment #3
fabianx commentedCommitted and pushed to 7.x-1.x. Thanks!