opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://opensrp.io
Apache License 2.0
54 stars 41 forks source link

App crash when opening a form whose questionnaire config has event management configs #3154

Closed Rkareko closed 6 months ago

Rkareko commented 6 months ago

Describe the bug The app crashes on opening a form whose questionnaire config contains event workflow config .

The following error ocurs

Parcelable encountered IOException writing serializable object (name = org.smartregister.fhircore.engine.configuration.event.UpdateWorkflowValueConfig)

To Reproduce Steps to reproduce the behavior:

  1. Add event workflow configs to a questionnaire config
  2. Navigate to the screen that contains the questionnaire config described in step 1.
  3. App crashes

Expected behavior Forms should open as expected even if the questionnaire config contains event management configurations.