bug #2449
openSome or many names have an empty fullTitleCache though information is atomized
30%
Description
Related issues
Updated by Andreas Müller over 1 year ago
- Related to bug #2448: Missing updated by/when (e.g. in PalmWeb) added
Updated by Andreas Müller over 1 year ago
- Related to bug #9649: Specimens sometimes have empty titleCache instead of class<UUID> added
Updated by Andreas Müller over 1 year ago
- Related to bug #9665: Filter out property change event for created and updated and cacheStrategy added
Updated by Andreas Müller over 1 year ago
- Description updated (diff)
- Status changed from New to Resolved
- Target version changed from cdmlib - Old Next Major Release to Release 5.38
Check if this is fixed with #9665
Updated by Andreas Müller over 1 year ago
- Priority changed from Highest to Priority14
Updated by Andreas Müller over 1 year ago
An empty fullTitleCache with atomized data was not found anywhere. Empty fullTitleCaches exist for fully empty data which have something like TaxonName#9617 in the titleCache. So empty fullTitleCaches are not replaced by this default yet. But maybe this is also not necessary.
Only in algaterra_old I found records with also empty titleCache which needs to be further checked. Even after running cacheUpdate and trying to edit the names manually.
SELECT id, protectedTitleCache, protectedFullTitleCache, titleCache, fullTitleCache , tn.* FROM TaxonName tn WHERE tn.titleCache IS NULL OR tn.titleCache = '' OR tn.fullTitleCache IS NULL OR tn.fullTitleCache = '' ; SELECT * FROM OriginalSourceBase osb WHERE osb.sourcedName_id IN ( SELECT id FROM TaxonName tn WHERE tn.titleCache IS NULL OR tn.titleCache = '' OR tn.fullTitleCache IS NULL OR tn.fullTitleCache = '' ) ;
Also in Flora Malesiana after running cache update (#9650).
Pro-iBiosphere eupolybothrus_pilot has empty titleCache with atomized data but this has no CDM Server anymore and was not yet cache updated. => the DB is archived in the meanwhile.
Also rl_standardliste has them but was not yet cache udpated. => do not exist anymore after cache updating (#9650)
Updated by Andreas Müller over 1 year ago
- Status changed from Resolved to In Progress
Also Algaterra was saved correctly when the name was explicitly stored differently and then changed back.
Only remaining problem: if only a nom. ref. exists it is not saved as suche in the fullTitleCache but null is saved instead (at least this was the case for the algaterra records). This needs to be checked and corrected if necessary. In the TaxEditor this can not be seen as it is shown correctly for some reason.
Updated by Andreas Müller over 1 year ago
- Description updated (diff)
Also the 2 examples from the description are handled correctly in the meanwhile.
Updated by Andreas Müller 3 months ago
- Tags set to formatting
- Description updated (diff)