From 50d6d53c9ceb84c781f8619ad0cafcede2869371 Mon Sep 17 00:00:00 2001 From: ShaabanEltanany Date: Sun, 14 Jun 2020 15:30:23 +0200 Subject: add package description to be at Entry definition Issue-ID: CCSDK-2438 Signed-off-by: ShaabanEltanany Change-Id: I8657560cd55a21421dc6849d7aac64c02e83db42 --- .../package-creation/mapping-models/definitions/VlbDefinition.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/mapping-models') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/mapping-models/definitions/VlbDefinition.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/mapping-models/definitions/VlbDefinition.ts index 630baa1ac..f82310872 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/mapping-models/definitions/VlbDefinition.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/mapping-models/definitions/VlbDefinition.ts @@ -45,6 +45,9 @@ export class Metadata { dictionary_group: string; @JsonProperty('template_tags') templateTags: string; + @JsonProperty('template_description') + // tslint:disable-next-line:variable-name + template_description: string; /* @JsonProperty('custom_keys', {String}, false) -- cgit 1.2.3-korg