mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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"),
|
||||
start_time: (new_parent.attr("date") + ' ' + new_parent.attr("hour"))
|
||||
}};
|
||||
if(event_schedule_id != null){
|
||||
if(event_schedule_id){
|
||||
type = 'PUT';
|
||||
my_url += ('/' + event_schedule_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue