test
This commit is contained in:
@@ -161,8 +161,8 @@ function booking_variety_session_callback($form, &$form_state) {
|
|||||||
//$form['variety-sessions'][$fieldname]['#title'] = t('Rebuilt Variety Session: ' . $timeslot->booking_variety_time_descrip);
|
//$form['variety-sessions'][$fieldname]['#title'] = t('Rebuilt Variety Session: ' . $timeslot->booking_variety_time_descrip);
|
||||||
|
|
||||||
// Tell drupal to update the wrapper for this field
|
// Tell drupal to update the wrapper for this field
|
||||||
$commands[] = ajax_command_replace('#booking_variety_session_' . $timeslot->tid . '_wrapper', drupal_render($form[$fieldname]));
|
//$commands[] = ajax_command_replace('#booking_variety_session_' . $timeslot->tid . '_wrapper', drupal_render($form[$fieldname]));
|
||||||
//$commands[] = ajax_command_replace('#booking_variety_session_' . $timeslot->tid . '_wrapper', drupal_render($form));
|
$commands[] = ajax_command_replace('#booking_variety_session_' . $timeslot->tid . '_wrapper', drupal_render($form));
|
||||||
}
|
}
|
||||||
|
|
||||||
//$form_state['rebuild'] = TRUE;
|
//$form_state['rebuild'] = TRUE;
|
||||||
|
Reference in New Issue
Block a user