Project

General

Profile

Actions

bug #9535

closed

harmonize DefinedTermBase and KeyTerm serializations

Added by Andreas Kohlbecker over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
New
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

Actions #1

Updated by Andreas Kohlbecker over 3 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF