-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
121 multiple location types #128
Conversation
…-multiple-location-types
…-multiple-location-types
…o/fhir-tooling into 121-multiple-location-types
Before incase there was an empty cell and no location type or physical type was input, the variables "$t_code" or "$pt_display" were passed, I have changed it to delete the columns incase no values are passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like you undid the changes with the rebase, take a look at the files changed
@TraciebelWairimu let's update the documentation for this as well |
* Change Physical_Type to type in locations_payload.json structure * Allow input of multiple location types and physical types * Avoid to pass location types and physicalType variables incase of empty cell * Allow input of multiple physicalTypes and types * Update Create locations in bulk documentation --------- Co-authored-by: Francis Odhiambo <[email protected]> Co-authored-by: Wambere <[email protected]>
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #121
Engineer Checklist
./gradlew spotlessApply
to check my code follows the project's style guide