Skip to content

Commit

Permalink
LMH1-85: hide ID field in family forms
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Oct 13, 2021
1 parent 6268b18 commit 58b0693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions opensrp-chw/src/lmh/assets/json.form/child_enrollment.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"type": "edit_text",
"hint": "ID *",
"read_only": "true",
"hidden": "true",
"value": "0",
"v_numeric": {
"value": "true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"type": "edit_text",
"read_only": "true",
"hint": "UNIQUE ID *",
"hidden": "true",
"value": "0",
"scanButtonText": "Scan QR Code",
"v_numeric": {
Expand Down
1 change: 1 addition & 0 deletions opensrp-chw/src/lmh/assets/json.form/family_register.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"type": "edit_text",
"hint": "ID *",
"value": "0",
"hidden": "true",
"read_only": "true",
"v_numeric": {
"value": "true",
Expand Down

0 comments on commit 58b0693

Please sign in to comment.