We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c9cf1 commit 452efa7Copy full SHA for 452efa7
android/quest/src/main/java/org/smartregister/fhircore/quest/ui/questionnaire/QuestionnaireViewModel.kt
@@ -876,7 +876,8 @@ constructor(
876
planDefinitionId = planId,
877
subject = subject,
878
data = bundle,
879
- generateCarePlanWithWorkflowApi = questionnaireConfig.generateCarePlanWithWorkflowApi,
+ generateCarePlanWithWorkflowApi =
880
+ questionnaireConfig.generateCarePlanWithWorkflowApi,
881
)
882
carePlan?.let {
883
with(validationErrorsMap) {
@@ -890,6 +891,7 @@ constructor(
890
891
}
892
893
.onFailure { Timber.e(it) }
894
+ }
895
896
897
0 commit comments