Bugfixes for updating studygroups
This commit is contained in:
@@ -365,13 +365,13 @@ function booking_menu() {
|
||||
//'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
$items['admin/booking/studygroups/selectleaders'] = array(
|
||||
$items['admin/booking/studygroups/%/selectleaders'] = array(
|
||||
'title' => 'Select Study Group Leaders',
|
||||
'description' => 'Define attendees to lead or help study groups',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_available_leadhelp_select_form'),
|
||||
'page arguments' => array('booking_available_leadhelp_select_form', 3),
|
||||
'access arguments' => array('edit study groups'),
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
//'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
|
||||
$items['admin/booking/studygroups/calculate'] = array(
|
||||
|
Reference in New Issue
Block a user