From e3b6e9d229e21eaae62bba91e2980c57ac46f9e9 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 17 Nov 2022 15:16:05 +0100 Subject: [PATCH] fix: [handicap] fix galaxy icon + name + type --- clusters/handicap.json | 6 +++--- galaxies/handicap.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/clusters/handicap.json b/clusters/handicap.json index a56150e..53798dc 100644 --- a/clusters/handicap.json +++ b/clusters/handicap.json @@ -5,9 +5,9 @@ ], "category": "med-bdm-it", "description": "Liste des maladies invalidantes reconnues comme handicap", - "name": "handicap", + "name": "Handicap", "source": "MDPH /caf", - "type": "Handicap", + "type": "handicap", "uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777", "values": [ { @@ -272,5 +272,5 @@ "value": "Tumeur maligne" } ], - "version": 1 + "version": 2 } diff --git a/galaxies/handicap.json b/galaxies/handicap.json index db451fb..7d2c0ca 100644 --- a/galaxies/handicap.json +++ b/galaxies/handicap.json @@ -1,9 +1,9 @@ { "description": "Handicap classifying", - "icon": "android", - "name": "handicap", + "icon": "wheelchair", + "name": "Handicap", "namespace": "misp", - "type": "Handi", + "type": "handicap", "uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777", - "version": 1 + "version": 2 }