From 033e544e10e6c35b9f38c91972eccb7906ecc6c4 Mon Sep 17 00:00:00 2001 From: shaaban Altanany Date: Tue, 17 Dec 2019 15:45:51 +0200 Subject: add group notation to resource dictionary -including changes to (starter-dictionary,test-dictionary)json files -add column in resource dictionary table in database -expose api for getting unique group from resource dictionary table Issue-ID: CCSDK-2004 Signed-off-by: shaaban Altanany Change-Id: I0998709af2e692717b9b1b4937943c323144594a --- .../resource-dictionary/starter-dictionary/vfw_image_name.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 components/model-catalog/resource-dictionary/starter-dictionary/vfw_image_name.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vfw_image_name.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vfw_image_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vfw_image_name.json old mode 100644 new mode 100755 index 4878d572f..2236177f7 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vfw_image_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vfw_image_name.json @@ -1,6 +1,7 @@ { "tags": "vfw_image_name", "name": "vfw_image_name", + "group":"default", "property": { "description": "vfw_image_name", "type": "string" @@ -35,4 +36,4 @@ } } } -} \ No newline at end of file +} -- cgit 1.2.3-korg