Currently Panelizer returns the result from a drupal_write_record on hook_entity_update on line 989 of PanelizerEntityDefault.class.php. If one wants to save multiple displays isn't not possible.
I'm currently working on deploy integration (https://github.com/indytechcook/panelizer_deploy) and I'm unable to save mulitple displays. The incoming patch just removes the return.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | save-multiple-panelizer-displays-2181799.patch | 623 bytes | indytechcook |
Comments
Comment #1
indytechcook commentedPatch attached
Comment #2
damienmckennaExcellent catch - thank you! I've committed the patch.