bug #8676
TaxonDaoHibernateImpl.countTaxaByName misses parameter authorship
Start date:
11/12/2019
Due date:
% Done:
100%
Severity:
normal
Found in Version:
Description
The find method corresponding to countTaxaByName(Class <? extends TaxonBase> clazz, String uninomial, String infragenericEpithet,String specificEpithet, String infraspecificEpithet, Rank rank);
has a parameter to specify the authorship. This is missing in the count method leading to false counts.
Related issues
Associated revisions
fix #8676 adding authorship parameter to countTaxaByName
History
#1 Updated by Andreas Müller over 1 year ago
Why is this in 5.11. Please fix immediately if you want to keep it here. Otherwise move.
#2 Updated by Andreas Kohlbecker over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|83c72818d2e637f56f3e956c99cb0e6c1e508cbd.
#3 Updated by Andreas Kohlbecker over 1 year ago
no worries, it was fixed already when I created the ticket. I only had no time to commit and push.
#4 Updated by Andreas Müller over 1 year ago
Shouldn't we rename the parameter to authorshipCache in the service layer methods. Because that is what it is.
#5 Updated by Andreas Kohlbecker over 1 year ago
- Copied to task #8683: TaxonDaoHibernateImpl.countTaxaByName rename parameter authorship authorshipCache added
#6 Updated by Andreas Kohlbecker over 1 year ago
- Related to bug #8684: ITaxonService.findTaxaByName misses initStrategy Parameter added
#7 Updated by Andreas Kohlbecker over 1 year ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100