You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Consider an enrolment form that has an empty ID field. If the enrolment form is being edited, then the application fails with the following error.
Fatal error: Error: Cannot modify managed objects outside of a write transaction.
To Reproduce
Steps to reproduce the behavior:
Manually modify an enrolment, and remove the id field from an existing enrolment.
Sync and edit the enrolment form
Expected behavior
This is usually not an expected flow. However, these flows can come about when a new ID field is introduced and an old form is being modified.
The text was updated successfully, but these errors were encountered:
Describe the bug
Consider an enrolment form that has an empty ID field. If the enrolment form is being edited, then the application fails with the following error.
Fatal error: Error: Cannot modify managed objects outside of a write transaction.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This is usually not an expected flow. However, these flows can come about when a new ID field is introduced and an old form is being modified.
The text was updated successfully, but these errors were encountered: