Skip to content
Snippets Groups Projects
Unverified Commit 86d03ab4 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

hotfix university languages

parent 21e17622
No related branches found
No related tags found
No related merge requests found
......@@ -66,13 +66,14 @@ class Server::UniversitiesController < Server::ApplicationController
end
def university_params
params.require(:university).permit(:name, :default_language_id,
params.require(:university).permit(:name,
:address, :zipcode, :city, :country,
:private, :identifier, :logo, :logo_delete, :sms_sender_name,
:has_sso, :sso_target_url, :sso_cert, :sso_name_identifier_format, :sso_mapping, :sso_button_label,
:invoice_date, :contribution_amount,
:is_really_a_university
:invoice_date, :contribution_amount,
:is_really_a_university,
:default_language_id, language_ids: []
)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment