bug #7831
VALIDATE_AGAINST_HIGHER_NAME_PART specific epithet name is not exluded when changing species to subspecies
100%
Description
Example:
Species Navicula bahusiensis being edited in TaxonNamePopupeditor with mode VALIDATE_AGAINST_HIGHER_NAME_PART
(was originally implemented in #7338)
Chaning the rank to subspecies will correctly change the specific epithet field to a combobox. But the epithet bahusiensis is selectable even if the name will no longer exist as species once the editor is saved.
The same problem might also exist for genera
Soulution:
- exclude the name being edited from the results in the comboboxes.
Associated revisions
ref #7831 adding name exlude filter to TaxonNamePartsFilter
fix #7831 excluding the current name from the WeaklyRelatedEntityCombobox for genus name and specific epithet
ref #7831 using uuids in findTaxonNameParts() methods as name exclude filter
ref #7831 using uuids in findTaxonNameParts() methods as name exclude filter - NPE fix
History
#1 Updated by Andreas Kohlbecker over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdm-vaadin|db1db90169123bf1cb0ef824211fc0cdd6c33df0.
#2 Updated by Andreas Kohlbecker over 2 years ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
fully solved