mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
Fix accept event workflow
This commit is contained in:
parent
1528fb53de
commit
2ca99e7ab9
4 changed files with 30 additions and 24 deletions
|
|
@ -47,7 +47,6 @@ class Admin::ScheduleController < ApplicationController
|
|||
startTime = DateTime.strptime(time, "%Y-%m-%d %k:%M")
|
||||
event.start_time = startTime
|
||||
event.save!
|
||||
expire_page :controller => '/schedule', :action => :index
|
||||
render :json => {"status" => "ok"}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue