mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 21:24:05 +00:00
Added paper_trail, also starting work on the scheduler
This commit is contained in:
parent
90b30db9e8
commit
f86232bedf
35 changed files with 523 additions and 32137 deletions
|
|
@ -25,7 +25,7 @@ class ProposalController < ApplicationController
|
|||
@event = @person.events.find_by_id(params[:id])
|
||||
@attachments = @event.event_attachments
|
||||
|
||||
if @event.nil?
|
||||
if @event.nil? || !@conference.cfp_open?
|
||||
redirect_to(conference_proposal_index_path(:conference_id => @conference.short_title), :alert => 'Invalid proposal.')
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue