function panels_schema_5() {
$schema = panels_schema_3();
Should be
function panels_schema_5() {
$schema = panels_schema_4();
Or else you skip the schema update that puts the locks field into panels_pane?
function panels_schema_5() {
$schema = panels_schema_3();
Should be
function panels_schema_5() {
$schema = panels_schema_4();
Or else you skip the schema update that puts the locks field into panels_pane?
Comments
Comment #1
exratione commentedAh, never mind - realized I was looking at patched code from #1277908: Introduce UUIDs onto panes & displays for better exportability & features compatibility, not what is presently in dev. Our fault.