Skip to content
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

Add the Practitioner selection screen on the In-app reporting workflow #2605

Merged
merged 15 commits into from
Jul 21, 2023
Merged
Prev Previous commit
Next Next commit
Update unit test
  • Loading branch information
Rkareko committed Jul 21, 2023
commit 68dc621ff943f9dc3fae82c065333a469e079ce5
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class ConfigExtensionsTest : RobolectricTest() {
listOf(
ActionParameter(
value = "practitioner_id",
key = "resourceId",
key = "practitionerId",
paramType = ActionParameterType.RESOURCE_ID,
),
),
Expand Down