Closed (fixed)
Project:
Booking Time Slots
Version:
6.x-1.x-dev
Component:
booking_timeslots
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2009 at 11:21 UTC
Updated:
10 Dec 2010 at 13:00 UTC
Case:
admin can edit dates and change booked date to different one, but then end date should be validated and updated automatically according to the From date.
//form_set_value($form[$fieldname][0]['#value']['value2'], array('date' => $date2, 'time' => $time1), $form_state); // set the same date of end event
/* TODO */
Comments
Comment #1
kenorb commentedFunction to update: booking_timeslots_validate()
Comment #2
kenorb commentedAlready implemented.