In certain circumstances, e.g. when editing a panelized entity that's embedded in another entity form using EntityReference and Inline_Entity_Form, all that is transmitted to PanelizerEntityDefault->hook_entity_update() is the display name.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panelizer-n2248275-1.patch | 743 bytes | damienmckenna |
Comments
Comment #1
damienmckennaThis patch resolves the problem by doing a last-minute check for $panelizer->did before saving the record.
Comment #2
damienmckennaCommitted.