Closed (won't fix)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2012 at 21:32 UTC
Updated:
28 Jun 2012 at 21:36 UTC
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.