work on form to edit registration for variety sessions
This commit is contained in:
@@ -462,6 +462,14 @@ function booking_menu() {
|
||||
'access arguments' => array('edit variety sessions'),
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
|
||||
$items['admin/config/booking/variety/registration/%/edit'] = array(
|
||||
'title' => 'Edit Variety Session Registration',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_variety_regn_edit_form', 5),
|
||||
'access arguments' => array('edit variety sessions'),
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
}
|
||||
|
||||
//configure study groups
|
||||
|
Reference in New Issue
Block a user