Actions
bug #9535
closedharmonize DefinedTermBase and KeyTerm serializations
Status:
Closed
Priority:
New
Assignee:
Category:
cdmlib-remote
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Found in Version:
Description
DefinedTermBase and KeyTerms are serialized differently:
DefinedTermBase:
{
'representation_L10n': 'foo',
'representation_L10n__abbreviatedLabel': 'fo',
// etc but no 'symbol'
}
KeyTerm:
{
'message_L10n': 'foo',
'name': 'foo',
'symbol': 'sign' // in case of TaxonNodeStatus
}
at least 'message_L10n'
should be replaced by representation_L10n
Updated by Andreas Kohlbecker over 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions