Project

General

Profile

« Previous | Next » 

Revision e8074ec5

Added by Patrick Plitzner almost 8 years ago

#5890 Pass classification uuid and taxon uuid to csv export

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
147 147
      $titleCache = $record->entity->titleCache;
148 148
      preg_match('/(.*) sec.*/', $titleCache, $trimmedTitle); //remove sec reference
149 149
      $trimmedTitle = trim($trimmedTitle[1]);
150
      $matches[$trimmedTitle] = check_plain($trimmedTitle);
150
      $matches[$trimmedTitle.'[['.$record->entity->uuid] = check_plain($trimmedTitle).'[['.$record->entity->uuid;
151 151
  }
152 152
  drupal_json_output($matches);
153 153
}

Also available in: Unified diff