bug #8964
Improve label for homonym relationships
Start date:
04/20/2020
Due date:
% Done:
100%
Severity:
normal
Found in Version:
Description
WGB:
Name relationships:
is later/earlier homonym “for” => “of”
===
Needed for "is later/earlier homonym for" and for "is treated as later/earlier homonym for"
Related issues
Associated revisions
ref #8964 later homonym for => of (changed in csv files)
fix #8964 update later homonym labels and titleCaches
fix #8964 update reverse label for later homonym (update script)
History
#1 Updated by Andreas Müller 9 months ago
- Description updated (diff)
#2 Updated by Andreas Müller 9 months ago
- Status changed from New to In Progress
- Priority changed from New to Highest
Implemented in csv files.
Still need to implement update script for 4 Representations and 2 DefinedTermBase.titleCaches
#3 Updated by Andreas Müller 9 months ago
UPDATE DefinedTermBase
SET titleCache = 'is later homonym of'
WHERE uuid = '80f06f65-58e0-4209-b811-cb40ad7220a6';
UPDATE DefinedTermBase
SET titleCache = 'is treated as later homonym of'
WHERE uuid = '2990a884-3302-4c8b-90b2-dfd31aaa2778';
#4 Updated by Andreas Müller 8 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 50
Update script was added
#5 Updated by Andreas Müller 8 months ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
Update script result tested on test server (for DB cdm_greece_bupleurum)
#6 Updated by Andreas Müller 5 months ago
- Related to bug #8326: update labels for is blocking name and is isonym added
#7 Updated by Andreas Müller 5 months ago
The reverse labels were still missing the change. This will come with v5.18