Project

General

Profile

« Previous | Next » 

Revision 93ae67cc

Added by Patrick Plitzner almost 7 years ago

Implemented auto suggest for taxon search in data portal #5890

View differences:

modules/cdm_dataportal/cdm_dataportal.module
610 610
        'page arguments' => array(2, "experts")
611 611
    , // Expected callback arguments: taxon_uuid.
612 612
    );
613

  
614
    $items['cdm_dataportal/taxonSearch/autocomplete'] = array(
615
        'page callback' => 'cdm_dataportal_taxaon_search_autocomplete',
616
        'access arguments' => array('access taxon search autocomplete'),
617
        'type' => MENU_CALLBACK
618
    );
613 619
  }
614 620

  
615 621
  // --- refresh link for all cdmnode types

Also available in: Unified diff