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 --- .../starter-dictionary/vf-module-model-customization-uuid.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json old mode 100644 new mode 100755 index 6443235c8..4eb0fedd3 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json @@ -1,6 +1,7 @@ { "tags": "vf-module-model-customization-uuid", "name": "vf-module-model-customization-uuid", + "group":"default", "property": { "description": "vf-module-model-customization-uuid", "type": "string" @@ -15,4 +16,4 @@ "properties": {} } } -} \ No newline at end of file +} -- cgit 1.2.3-korg ion> SDNC northbound adaptorsGrokmirror user
summaryrefslogtreecommitdiffstats
blob: 5e4b3a7d6844e62957d33ab658d7d7cb6cc07e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112