remove readonly option for start_date and end_date of conference so that the on-screen indication of missing fields will work
This commit is contained in:
parent
17427c88fe
commit
72a077e260
2 changed files with 4 additions and 6 deletions
|
|
@ -65,9 +65,7 @@ class Admin::ConferenceController < ApplicationController
|
|||
redirect_to(admin_conference_path(id: @conference.short_title),
|
||||
notice: 'Conference was successfully created.')
|
||||
else
|
||||
redirect_to(new_admin_conference_path,
|
||||
alert: 'Creating the Conference failed.' \
|
||||
"#{@conference.errors.full_messages.join('. ')}.")
|
||||
render action: 'new'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue