BlockDisplayVariant uses plugin collections for the list of blocks and selection conditions. It implements a special getConfiguration() to mix the plugin collections' configuration into the main plugin configuration. However, it doesn't do the reverse on setConfiguration(), which means if you change a block configuration (for example) in setConfiguration() it won't actually change the list of blocks returned!
This is basically about making setConfiguration() to the same as we're already doing for getConfiguration().
This fixes tests on the page_manager wizard issue: #2550879: Use CTools Wizard API to add/edit Pages (and move plugin UI using PluginWizardInterface)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ctools-block-collection-2639526-2.patch | 833 bytes | dsnopek |
Comments
Comment #2
dsnopekHere's the patch!
Comment #4
eclipsegc commentedLooks way better than what we have.
Fixed, let's get some tests around this at some point.
Eclipse