From 10a832ed3dea1924bfa555ab3b85b1cf1b228b2f Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 9 Sep 2021 08:54:17 +0100 Subject: Fix model init When upgrading, the model type for "ETSI SOL001 v2.5.1" is being updated and then the request for retrieving all model types with "NORMATIVE" type returns empty Issue-ID: SDC-3720 Signed-off-by: aribeiro Change-Id: Ibc71bd05426532416eb2ac09f598e7456777403b --- .../resources/import/tosca/models/init/etsi-SOL001-v2.5.1/payload.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/main/resources/import') diff --git a/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/payload.json b/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/payload.json index 565863dfad..9b246eac00 100644 --- a/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/payload.json +++ b/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/payload.json @@ -1,3 +1,4 @@ { - "name": "ETSI SOL001 v2.5.1" + "name": "ETSI SOL001 v2.5.1", + "modelType": "NORMATIVE" } \ No newline at end of file -- cgit 1.2.3-korg