diff --git a/platform/features/layout/res/templates/fixed.html b/platform/features/layout/res/templates/fixed.html index b7b99ec21c..b91f3e524b 100644 --- a/platform/features/layout/res/templates/fixed.html +++ b/platform/features/layout/res/templates/fixed.html @@ -19,7 +19,7 @@ {{childObject.getModel().name}}
diff --git a/platform/features/layout/src/FixedController.js b/platform/features/layout/src/FixedController.js index 70a1ecc170..6eb93e9fc2 100644 --- a/platform/features/layout/src/FixedController.js +++ b/platform/features/layout/src/FixedController.js @@ -95,7 +95,7 @@ define( ids = (model || {}).composition || []; // Pull panel positions from configuration - rawPositions = shallowCopy(configuration.panels || {}, ids); + rawPositions = shallowCopy(configuration.elements || {}, ids); // Clear prior computed positions positions = {};