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
When a task is locked via the frontend, the database value in task_history.action is updated to RELEASED_FOR_MAPPING.
This is either a frontend or backend issue, incorrect use of an enum value. I think a value of 0 is used when we probably need to pass 1 to lock the task.
To Reproduce
Lock a task
Check the db
Expected behavior
The task_history action value is updated to LOCKED_FOR_MAPPING.
Screenshots
As you can see in the screenshot, the action_text is correct, but the action value is wrong.
The text was updated successfully, but these errors were encountered:
I am still having this issue of not being able to mark task as more mapping needed during task validation. Are we on same issue or i understood the issue differently.
unable to update task error message is shown with 500 error on network panel. View image
Describe the bug
task_history.action
is updated toRELEASED_FOR_MAPPING
.0
is used when we probably need to pass1
to lock the task.To Reproduce
Expected behavior
The task_history action value is updated to
LOCKED_FOR_MAPPING
.Screenshots
As you can see in the screenshot, the action_text is correct, but the action value is wrong.
The text was updated successfully, but these errors were encountered: