diff --git a/App.js b/App.js index 1fb1e7c..bc68ffa 100644 --- a/App.js +++ b/App.js @@ -200,6 +200,8 @@ Ext.define('CustomApp', { "Description" : i.get("Description"), "Owner" : i.get("Owner") !== null ? i.get("Owner")._ref : null, // "Project" : app.projectRef + "DisplayColor" : !_.isNull(i.get("DisplayColor")) && !_.isUndefined(i.get("DisplayColor")) ? + i.get("DisplayColor") : null }; copy = app.copyTypeSpecificFields(copy,i); diff --git a/deploy/App-uncompressed.html b/deploy/App-uncompressed.html index 48a9606..a1d6152 100644 --- a/deploy/App-uncompressed.html +++ b/deploy/App-uncompressed.html @@ -210,6 +210,8 @@ "Description" : i.get("Description"), "Owner" : i.get("Owner") !== null ? i.get("Owner")._ref : null, // "Project" : app.projectRef + "DisplayColor" : !_.isNull(i.get("DisplayColor")) && !_.isUndefined(i.get("DisplayColor")) ? + i.get("DisplayColor") : null }; copy = app.copyTypeSpecificFields(copy,i); diff --git a/deploy/App.html b/deploy/App.html index 9471f6c..a5f6525 100644 --- a/deploy/App.html +++ b/deploy/App.html @@ -8,7 +8,7 @@