diff options
author | stasys10 <stasys.jurgaitis@est.tech> | 2021-11-29 19:52:58 +0000 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2022-01-27 16:59:25 +0000 |
commit | 9bd18657d2048d3396d15a394b4493b283c47e4d (patch) | |
tree | e4bd0deef57d238fab57621a1b9382d9cbb5c031 /catalog-ui/src/app/models | |
parent | c2fa1b7e8d43a236219d1f6ad2831de1af296cb4 (diff) |
Add a display name for the category
Issue-ID: SDC-3858
Change-Id: Ic818b3b4bc4f4e91c9da0cdacb40549a3f071c68
Signed-off-by: stasys10 <stasys.jurgaitis@est.tech>
Diffstat (limited to 'catalog-ui/src/app/models')
-rw-r--r-- | catalog-ui/src/app/models/category.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/models/category.ts b/catalog-ui/src/app/models/category.ts index 502020a57b..a6445cafdd 100644 --- a/catalog-ui/src/app/models/category.ts +++ b/catalog-ui/src/app/models/category.ts @@ -25,6 +25,7 @@ export interface ICategoryBase { //server properties name:string; + displayName:string; normalizedName:string; uniqueId:string; models:Array<string>; |