Can not delete/remove tag from trail
What happened?
I added a tag TODO to some trails. Now I want to remove the tag, I can do so in the edit mode of the track but as soon as I hit the save button the tag is back again. There is no error message appearing and when reloading the page the tag is still there as well.
I can see a request to /api/v1/trail/form/b91c50095ff5ecb being made in the browsers network console. The request does not contain any tags attribute, the response contains a tags attribute with the TODO tag set there.
Version
v0.18.3
Fixed on main: https://github.com/Flomp/wanderer/commit/81d148c09fc8154f9f061df342a1ad9ad9a6e571
Thanks a lot for the quick fix. I do really appreciate your work.