From 006cede8158bb1b3579805b6492df8b050aa83be Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 Date: Mon, 11 Jan 2021 14:10:35 +0200 Subject: Enable user to create new resource dictionary with json Issue-ID: CCSDK-3078 Signed-off-by: Ahmedeldeeb50 Change-Id: I2136eb5b2cec1e9db4c7124af9f09046ff5c15f0 --- .../feature-modules/resource-dictionary/model/metaData.model.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/metaData.model.ts') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/metaData.model.ts b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/metaData.model.ts index 609b066e2..26420882c 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/metaData.model.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/metaData.model.ts @@ -20,13 +20,14 @@ export class MetaData { public name: string; - public tags: string; public dataType: string; public description: string; public entrySchema: string; public updatedBy: string; + public tags: string; + public required: string; + public createdDate: string; public libraryInstance: string; - public required: string; public derivedFrom: string; } -- cgit 1.2.3-korg