Skip to content

Commit

Permalink
Merge pull request #18 from IntelliSOFT-Consulting/adddressHierarchyA…
Browse files Browse the repository at this point in the history
…utocompleteFix

Set autocomplete to start at zone address level
  • Loading branch information
daviemukungi authored Dec 10, 2024
2 parents 44d8607 + 71dfa34 commit af608e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"addressHierarchy": {
"showAddressFieldsTopDown": true,
"strictAutocompleteFromLevel": "address2"
"strictAutocompleteFromLevel": "cityVillage"
},
"relationshipTypeMap": {
"Doctor":"provider",
Expand Down Expand Up @@ -133,7 +133,7 @@
},
"addressHierarchy": {
"showAddressFieldsTopDown": false,
"strictAutocompleteFromLevel": "address2"
"strictAutocompleteFromLevel": "cityVillage"
}
}
}

0 comments on commit af608e5

Please sign in to comment.