Code to manually update studygroup sessions
This commit is contained in:
@@ -337,6 +337,15 @@ function booking_menu() {
|
||||
//'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
$items['admin/booking/%/edit-studygroup'] = array(
|
||||
'title' => 'Edit Study Group Allocation',
|
||||
'description' => 'Manually Update Study Group memberships',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_studygroups_edit_form', 2),
|
||||
'access arguments' => array('edit study groups'),
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
|
||||
$items['admin/booking/studygroups/%/view/print'] = array(
|
||||
'title' => 'Print Study Group',
|
||||
'description' => 'Print Study Group memberships',
|
||||
|
Reference in New Issue
Block a user