Merge pull request #3558 from hennevogel/bugfix/3551
Fix bug in initial scheduling of events
This commit is contained in:
commit
368e2ddd88
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ var Schedule = {
|
||||||
room_id: new_parent.attr("room_id"),
|
room_id: new_parent.attr("room_id"),
|
||||||
start_time: (new_parent.attr("date") + ' ' + new_parent.attr("hour"))
|
start_time: (new_parent.attr("date") + ' ' + new_parent.attr("hour"))
|
||||||
}};
|
}};
|
||||||
if(event_schedule_id != null){
|
if(event_schedule_id){
|
||||||
type = 'PUT';
|
type = 'PUT';
|
||||||
my_url += ('/' + event_schedule_id);
|
my_url += ('/' + event_schedule_id);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue