initial development for autocomplete leader/helper selection
This commit is contained in:
@@ -532,6 +532,23 @@ function booking_menu() {
|
||||
'access arguments' => array('edit study groups'),
|
||||
//'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
$items['admin/booking/studygroups/%/editleaders'] = array(
|
||||
'title' => 'Edit Study Group Leaders',
|
||||
'description' => 'Edit Study Group Leaders and Helpers',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_studygroup_leadhelp_edit_form', 3),
|
||||
'access arguments' => array('edit study groups'),
|
||||
//'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
|
||||
//callback for autocomplete lookup
|
||||
$items['booking/studygroups/autocomplete'] = array(
|
||||
'title' => 'Autocomplete for studygroup allocations',
|
||||
'page callback' => '_booking_studygroups_name_autocomplete',
|
||||
'access arguments' => array('edit study groups'),
|
||||
'type' => MENU_CALLBACK
|
||||
);
|
||||
|
||||
/*
|
||||
$items['admin/booking/studygroups/calculate'] = array(
|
||||
'title' => 'Calculate Study Groups',
|
||||
|
Reference in New Issue
Block a user