ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 30 forks source link

Duplicated labels removal #530

Closed Rdornier closed 7 months ago

Rdornier commented 7 months ago

Fix issue #502 by removing duplicate labels.

  1. If a new label is added, the duplicated label is filtered before adding it to the figure
  2. If an existing label is edited, the duplicated label is filtered after adding it to the figure.
will-moore commented 7 months ago

The Undo functionality is working again, thanks. I wonder if you could clean-up the unnecessary whitespace diff lines left over since it increases the chance that you'll get a merge conflict with other PRs.