Skip to content
Snippets Groups Projects
Commit 0af26de0 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

by letter

parent 5ad48933
No related branches found
No related tags found
No related merge requests found
......@@ -60,31 +60,15 @@ class Admin::Communication::ExtranetsController < Admin::Communication::Applicat
def extranet_params
params.require(:communication_extranet)
.permit(
:about_id,
:about_type,
:color,
:cookies_policy,
:favicon,
:favicon_delete,
:feature_alumni,
:feature_assets,
:feature_contacts,
:feature_jobs,
:feature_posts,
:has_sso,
:host,
:home_sentence,
:logo,
:logo_delete,
:about_id, :about_type,
:color, :cookies_policy,
:favicon, :favicon_delete, :feature_alumni, :feature_assets, :feature_contacts, :feature_jobs, :feature_posts,
:has_sso, :host, :home_sentence,
:logo, :logo_delete,
:name,
:privacy_policy,
:registration_contact,
:sass,
:sso_target_url,
:sso_cert,
:sso_name_identifier_format,
:sso_mapping,
:sso_button_label,
:sass, :sso_target_url, :sso_cert, :sso_name_identifier_format, :sso_mapping, :sso_button_label,
:terms,
)
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