Revision 51cc509a
Added by Patrick Plitzner almost 7 years ago
modules/cdm_dataportal/cdm_dataportal.module | ||
---|---|---|
611 | 611 |
, // Expected callback arguments: taxon_uuid. |
612 | 612 |
); |
613 | 613 |
|
614 |
$items['cdm_dataportal/taxon/autosuggest'] = array( |
|
614 |
$items['cdm_dataportal/taxon/autosuggest/%/%/%/'] = array(
|
|
615 | 615 |
'page callback' => 'cdm_dataportal_taxon_autosuggest', |
616 | 616 |
'access arguments' => array('access taxon autosuggest'), |
617 |
'page arguments' => array(3,4,5), |
|
617 | 618 |
'type' => MENU_CALLBACK |
618 | 619 |
); |
619 | 620 |
} |
Also available in: Unified diff
#5890 pass classification root node uuid as argument to autosuggest
function