Project

General

Profile

« Previous | Next » 

Revision b9a4f351

Added by Andreas Kohlbecker about 7 years ago

ref #6392 problems in selenium tests for palmweb solved

  • disabled test active again
  • splitting huge test method into multiple
  • trimming reference citation strings in theme method
  • replacing old custom reference ciatation string by generically string as provided by the cdm

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.references.theme
61 61
    $citation = $reference->titleCache;
62 62
  }
63 63

  
64
  $citation = trim($citation);
64 65
  if (isset($doLink) && $doLink === TRUE) {
65 66
    $out = '<span class="reference">';
66 67
    $out .= l($citation, path_to_reference($reference->uuid), array(

Also available in: Unified diff