Merge pull request #798 from Terrtia/main

Fix handicap type and icon
pull/799/head
Alexandre Dulaunoy 2022-11-17 16:07:40 +01:00 committed by GitHub
commit aba1321b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -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
}

View File

@ -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
}