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
There appears to be a 500 error when a user attempts to unlock a record that is already unlocked.
See report "2024-06-GSAFAC-0000064645".
Stack trace:
File "/home/vcap/deps/1/python/lib/python3.12/site-packages/django/views/generic/base.py", line 143, in dispatch
return handler(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/vcap/app/audit/views/unlock_after_certification.py", line 65, in post
if sac_transition(request, sac, transition_to=STATUS.IN_PROGRESS):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/vcap/app/audit/models/viewflow.py", line 50, in sac_transition
flow.transition_to_in_progress_again()
File "/home/vcap/deps/1/python/lib/python3.12/site-packages/viewflow/fsm/base.py", line 229, in __call__
with TransitionBoundMethod.Wrapper(self, kwargs=kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/vcap/deps/1/python/lib/python3.12/site-packages/viewflow/fsm/base.py", line 154, in __enter__
raise TransitionNotAllowed(
viewflow.fsm.base.TransitionNotAllowed: Transition_To_In_Progress_Again :: no transition from "in_progress"
Tasks
The content you are editing has changed. Please copy your edits and refresh the page.
There appears to be a 500 error when a user attempts to unlock a record that is already unlocked.
See report "2024-06-GSAFAC-0000064645".
Stack trace:
Tasks
Tasks
The text was updated successfully, but these errors were encountered: