mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Tags are not shown in Edit Window of Data Table #286

Open stefanhahmann opened 7 months ago

stefanhahmann commented 7 months ago

Bug Description

When opening Edit > Tags in the Data table one would expect to see the available tag sets / tags in the project, but it is empty.

Steps to reproduce

  1. Open a Mastodon project
  2. Open BDV View
  3. Menu > Edit > Tags

grafik

  1. Open Data table
  2. Menu > Edit > Tags

grafik

stefanhahmann commented 7 months ago

@tinevez after looking at the code (https://github.com/mastodon-sc/mastodon/blob/373a2a95901c0d496a18a78b4a5ee37ada822a7b/src/main/java/org/mastodon/mamut/views/table/MamutViewTable.java#L205), I get the impression that this is not a bug, but a yet missing feature in the data table?

Maybe, this menu entry in the data table should be removed or at least be deactivated to not give the user the impression that there is something, which does not work as expected?

stefanhahmann commented 1 month ago

After a discussion with a user, it turned out, that it would be preferable to actually have this function in the data tables as well.