-
-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Labels
Description
Describe the bug
When a user attempts to map a task that was previously auto-unlocked, the call-to-action button incorrectly displays "Resume Mapping" instead of "Map Selected Task". Clicking "Resume Mapping" causes a page crash due to a conflict in the task's status.
To Reproduce
Steps to reproduce the behavior:
- Go to 'tasks page'
- Click on 'a task to map'
- Leave it for 2 hours until it gets auto unlocked
- Click on same task where the status is available for mapping
- See error - the button should say map selected task instead of resume mapping
- Clicking on resume mapping crashes the page
Expected behavior
The call-to-action button should display "Map Selected Task" when the task becomes available again, preventing the status conflict and crash.
Screenshots
Additional context
Mapping the task task by different users solve the issue.
