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
In order to prevent loss of data we prevented clean swipe of observations logging this message 'ProgramEnrolment Exit Observations not all allowed to be made empty. User: swagh22@ihmp, UUID: 3adf4b3a-25a0-467b-abb5-c2f42be8b3cd'. But when a user undos program exit, we are intentionally clearing the exit observations. Now clearing this as well is blocked. But since UI rendering is decided by program_exit_date_time presence we see as expected. Also again when we do program exit, we dont do union with the existing observations, we instead do fresh insert. So so far, there is no impact to the user. But this is good to fix so that we have the code doing what is expected.
The text was updated successfully, but these errors were encountered:
@shraddha761 I suggest you to pick up a different card, since this needs some background context of what happened. Let me know if you are facing any difficulties to find issues that you would like to work on.
In order to prevent loss of data we prevented clean swipe of observations logging this message 'ProgramEnrolment Exit Observations not all allowed to be made empty. User: swagh22@ihmp, UUID: 3adf4b3a-25a0-467b-abb5-c2f42be8b3cd'. But when a user undos program exit, we are intentionally clearing the exit observations. Now clearing this as well is blocked. But since UI rendering is decided by program_exit_date_time presence we see as expected. Also again when we do program exit, we dont do union with the existing observations, we instead do fresh insert. So so far, there is no impact to the user. But this is good to fix so that we have the code doing what is expected.
The text was updated successfully, but these errors were encountered: