From dc894513a8d27842d58eeed3b71f265e3efe0f54 Mon Sep 17 00:00:00 2001 From: Barry Mullan Date: Wed, 11 Jan 2017 14:49:15 -0700 Subject: [PATCH] Made DisplayColor a default field to copy --- App.js | 2 ++ deploy/App-uncompressed.html | 2 ++ deploy/App.html | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) 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 @@