Skip to content

Commit

Permalink
[#1528] Add HCF entity question in HCF Form
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Jun 26, 2024
1 parent 9b5cdb1 commit a8419ab
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion backend/source/forms/1701762893741.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"id": 1701770366286,
"order": 1,
"order": 2,
"name": "HCF_location",
"label": "What is the location of the Healthcare Facility?",
"short_label": null,
Expand All @@ -57,7 +57,28 @@
"text": "This question contains a list of possible HCF locations, starting with government are or district, down to community and specific HCF."
},
"required": false,
"meta": true,
"disabled": {
"submission_type": ["monitoring"]
}
},
{
"id": 1712770366286,
"order": 3,
"name": "hcf_cascade",
"label": "Healthcare Facility",
"short_label": null,
"meta": false,
"required": false,
"type": "cascade",
"api": {
"endpoint": "/api/v1/entity-data/2/list/"
},
"extra": {
"type": "entity",
"name": "Health Care Facilities",
"parentId": 1701770366286
},
"disabled": {
"submission_type": ["monitoring"]
}
Expand Down

0 comments on commit a8419ab

Please sign in to comment.