maproulette / maproulette3

MapRoulette, the micro-tasking tool for OpenStreetMap
https://maproulette.org
MIT License
128 stars 35 forks source link

fix task unlock functionality in locked task widget #2408

Closed CollinBeczak closed 3 months ago

CollinBeczak commented 3 months ago

Issue: Whenever a user unlocked a task from this widget, the task unlocked would be immediatedly added back to the list of tasks that are locked.

This pr prevents the locked tasks from being refetched when a task is unlocked preventing this race condition from occurring.