Project

General

Profile

« Previous | Next » 

Revision baebfef3

Added by Andreas Kohlbecker almost 6 years ago

fix #7417 using DefinedTermBase.symbol and inverseSymbol instead of abbreviated labels as taxon relationship labels

View differences:

modules/cdm_dataportal/includes/taxon.inc
228 228

  
229 229
  if ($inverse) {
230 230
    $toTaxon = $taxonRelationship->fromTaxon;
231
    $relsign = $taxonRelationType->inverseRepresentation_L10n_abbreviatedLabel;
231
    $relsign = $taxonRelationType->inverseSymbol;
232 232
    $reltype_representation = $taxonRelationType->inverseRepresentation_L10n;
233 233
  }
234 234
  else {
235 235
    $toTaxon = $taxonRelationship->toTaxon;
236
    $relsign = $taxonRelationType->representation_L10n_abbreviatedLabel;
236
    $relsign = $taxonRelationType->symbol;
237 237
    $reltype_representation = $taxonRelationType->representation_L10n;
238 238
  }
239 239

  

Also available in: Unified diff