Merge pull request #2591 from openSUSE/remove-travel-schedule
Remove travel schedule from registration
This commit is contained in:
commit
823f41427f
16 changed files with 29 additions and 144 deletions
|
|
@ -82,7 +82,7 @@ module Admin
|
|||
|
||||
def registration_params
|
||||
params.require(:registration).permit(
|
||||
:user_id, :conference_id, :arrival, :departure, :attended,
|
||||
:user_id, :conference_id, :attended,
|
||||
:volunteer, :other_special_needs, :accepted_code_of_conduct,
|
||||
vchoice_ids: [], qanswer_ids: [], qanswers_attributes: [], event_ids: []
|
||||
)
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ class ConferenceRegistrationsController < ApplicationController
|
|||
def registration_params
|
||||
params.require(:registration)
|
||||
.permit(
|
||||
:conference_id, :arrival, :departure,
|
||||
:conference_id,
|
||||
:volunteer, :accepted_code_of_conduct,
|
||||
vchoice_ids: [], qanswer_ids: [],
|
||||
qanswers_attributes: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue