biigle / largo

:m: BIIGLE module to review image annotations in a regular grid
GNU General Public License v3.0
0 stars 1 forks source link

Fix bug where annotations could be deleted without warning #149

Closed mzur closed 4 months ago

mzur commented 4 months ago

If an annotation was dismissed and then relabeled with the same label than before, the (new) order of processing the changes would leave without any label so it would be deleted. These cases are now filtered out before the changes are processed.

See: https://github.com/orgs/biigle/discussions/774