summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-05-21 20:12:12 +0530
committerNirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>2019-05-28 14:57:11 -0400
commit31d2c64ad5be592ded39e5cd19c364e13ebe2345 (patch)
treefd2b2e1747501ca03b6dd52b1d57db867949a53c /cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
parent7679f2d1b19d8192e7a88e9b66687f7960315353 (diff)
Fixed defect CCSDK-1339
Fixed defect ccsdk-1339 Issue-ID: CCSDK-1339 Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts')
-rw-r--r--cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts b/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
index 6d2659248..6d3aa8c93 100644
--- a/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
+++ b/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
@@ -28,6 +28,8 @@ export interface IBlueprintState {
name?: string;
files?: any;
filesData?: any;
+ uploadedFileName?: string;
+ entryDefinition?: string;
isLoadSuccess?: boolean;
isUpdateSuccess?: boolean;
isSaveSuccess?: boolean;