Project

General

Profile

bug #9290

Updated by Andreas Kohlbecker over 3 years ago

As shown in the analysis ( attachment:"TaxonName and Typedesignation Typedesigantion citations unequal_diff.xlsx" ) using the `Registration.citation` as `citation` for `TypeDesignations` currently causes inconsistencies. inconsitencies.  

 In many cases the Name.nomenclaturalReference is a Section of an Article. Due to the mechanism currently implemented the TypeDesignations receive the Article instead, the article which is the in-reference of the section. This could be corrected for all the found inconsistent cases bout would impose a complex management in the UI to adjust the typeDesignation.citation typeDesignation.cirtation in case the section reference in the name is being changed. 

 It is better to stop using the Registration.citation as citation for TypeDesignations in all type editors since this does not conform to the intended use of the TypeDesignations.citation property. 

 This also involves to hide the citation ciatation and ciation ciration detail for all NameTypes which have `NameTypeDesignationStatus.hasDesignationSource() == false`  

Back