fix: [handicap] fix galaxy icon + name + type

pull/798/head
Terrtia 2022-11-17 15:16:05 +01:00
parent 2dcfa82f6b
commit e3b6e9d229
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 7 additions and 7 deletions

View File

@ -5,9 +5,9 @@
], ],
"category": "med-bdm-it", "category": "med-bdm-it",
"description": "Liste des maladies invalidantes reconnues comme handicap", "description": "Liste des maladies invalidantes reconnues comme handicap",
"name": "handicap", "name": "Handicap",
"source": "MDPH /caf", "source": "MDPH /caf",
"type": "Handicap", "type": "handicap",
"uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777", "uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777",
"values": [ "values": [
{ {
@ -272,5 +272,5 @@
"value": "Tumeur maligne" "value": "Tumeur maligne"
} }
], ],
"version": 1 "version": 2
} }

View File

@ -1,9 +1,9 @@
{ {
"description": "Handicap classifying", "description": "Handicap classifying",
"icon": "android", "icon": "wheelchair",
"name": "handicap", "name": "Handicap",
"namespace": "misp", "namespace": "misp",
"type": "Handi", "type": "handicap",
"uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777", "uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777",
"version": 1 "version": 2
} }