bug #2578
closedImprove "move synonym"
100%
Description
The current implementation of ITaxonService.moveSynonymToAnotherTaxon is not fully correct yet.
We need to throw an exception if the synonym is part of a homotypical group (size> 1).
Additionally we need a method to move a homotypical group (all synonyms of a homotypical group) to another taxon.
Also check that the synonym to move is not part of the homotypical group of the accepted taxon.
see also #2585
Updated by Andreas Müller over 11 years ago
- Status changed from New to Resolved
- Assignee changed from Andreas Müller to Niels Hoffmann
r13241
Updated by Andreas Müller over 11 years ago
- Target version changed from cdmlib - Next Major Release to cdmlib RELEASE 3.0.9
Updated by Niels Hoffmann almost 11 years ago
- Target version changed from cdmlib RELEASE 3.0.9 to cdmlib RELEASE 3.0.10
Updated by Andreas Kohlbecker over 10 years ago
- Target version changed from cdm_dataportal RELEASE 3.0.12 to cdmlib RELEASE 3.0.12
Updated by Andreas Müller over 10 years ago
- Assignee changed from Niels Hoffmann to Andreas Müller
Updated by Andreas Kohlbecker over 10 years ago
- Target version changed from cdmlib RELEASE 3.0.13 to cdmlib RELEASE 3.0.12
Updated by Andreas Müller over 10 years ago
- Target version changed from cdmlib RELEASE 3.0.12 to cdmlib RELEASE 3.0.13
Updated by Andreas Kohlbecker almost 10 years ago
- Target version changed from cdmlib RELEASE 3.1.4 to cdmlib RELEASE 3.1.3
moved back to last release Milestone (according to http://dev.e-taxonomy.eu/trac/wiki/CdmReleasePolicy#Howtodealwithticketsunderreview)
please finish review until 25.2.2013
Updated by Katja Luther about 8 years ago
the implementation should be correct now and can be used by drag&drop (r22279 und r22252)
Updated by Andreas Müller over 4 years ago
- Description updated (diff)
- % Done changed from 0 to 40
Updated by Andreas Müller about 2 years ago
- Status changed from Resolved to Closed
- Private changed from Yes to No
Now we always move the full homotypical group to the other taxon, so this is fixed.
The check that the synonym is not part of the other taxon is not really necessary (up to the user to not do this wrong).