Skip to content

Commit

Permalink
(chore) squash console log error as a result of incorrect config mapp…
Browse files Browse the repository at this point in the history
…ing (#166)
  • Loading branch information
donaldkibet authored Aug 27, 2023
1 parent a9070d0 commit 5b7f086
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
19 changes: 18 additions & 1 deletion configuration/dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
"Translation overrides": {
"en": {
"endVisit": "Check out",
"startVisit": "Check in"
"startVisit": "Check in",
"startAVisit": "Check in",
"endAVisit": "Check out"
}
}
},
Expand Down Expand Up @@ -404,5 +406,20 @@
"conceptUuid": "5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
]
},
"@openmrs/esm-patient-banner-app": {
"useCustomAddressLabel": {
"enabled": true,
"customAddressLabel": {
"district": "County",
"address4": "Ward",
"state": "Sub county",
"city": "Village",
"address1": "Postal Address",
"address6": "Location",
"address5": "Sub Location",
"address2": "Landmark"
}
}
}
}
21 changes: 12 additions & 9 deletions configuration/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,15 +417,18 @@
"830bef6d-b01f-449d-9f8d-ac0fede8dbd3",
"d0aa9fd1-2ac5-45d8-9c5e-4317c622c8f5"
],
"customAddressLabel": {
"district": "County",
"address4": "Ward",
"state": "Sub county",
"city": "Village",
"address1": "Postal Address",
"address6": "Location",
"address5": "Sub Location",
"address2": "Landmark"
"useCustomAddressLabel": {
"enabled": true,
"customAddressLabel": {
"district": "County",
"address4": "Ward",
"state": "Sub county",
"city": "Village",
"address1": "Postal Address",
"address6": "Location",
"address5": "Sub Location",
"address2": "Landmark"
}
}
}
}

0 comments on commit 5b7f086

Please sign in to comment.