The Panelizer vertical tab on entity settings forms should really provide a summary of the current settings, similar to how other modules do, e.g. Comments, Metatag, etc.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | panelizer-n2147759-2.patch | 2.69 KB | damienmckenna |
The Panelizer vertical tab on entity settings forms should really provide a summary of the current settings, similar to how other modules do, e.g. Comments, Metatag, etc.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | panelizer-n2147759-2.patch | 2.69 KB | damienmckenna |
Comments
Comment #1
damienmckennaThe module already has some code for this, but the DOM structure changed and it no longer applies. So this is a bug report instead of a feature request.
Comment #2
damienmckennaActually the existing code is for the entity object edit form, e.g. node edit, not the entity bundle edit form.
This adds the necessary JS and tweaks the form's DOM slightly to make the JS less insane.
Comment #3
damienmckennaSome code to help identify whether the 'Provide default panel' and 'Allow panel choice' options are selected:
Comment #4
damienmckennaLets see if I can kick the automated tests into gear.
Comment #5
damienmckennaComment #6
damienmckennaComment #7
damienmckennaI tested it out on a plain sandbox in addition to a fully loaded site, it worked fine in both so I committed it.