Merge branch 'open-master' into open1223
Merge latest from master branch into topic branch for WTD-1223
This commit is contained in:
@@ -90,6 +90,10 @@ define(
|
||||
function lookupPanels(ids) {
|
||||
var configuration = $scope.configuration || {};
|
||||
|
||||
// ids is read from model.composition and may be undefined;
|
||||
// fall back to an array if that occurs
|
||||
ids = ids || [];
|
||||
|
||||
// Pull panel positions from configuration
|
||||
rawPositions = shallowCopy(configuration.panels || {}, ids);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user