Browse Source

Update scheme_params order (#2773)

pull/2780/head^2
kosiakkatrina 2 months ago committed by GitHub
parent
commit
05e000276d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/controllers/schemes_controller.rb

2
app/controllers/schemes_controller.rb

@ -293,9 +293,9 @@ private
def scheme_params def scheme_params
required_params = params.require(:scheme).permit(:service_name, required_params = params.require(:scheme).permit(:service_name,
:sensitive, :sensitive,
:owning_organisation_id,
:scheme_type, :scheme_type,
:registered_under_care_act, :registered_under_care_act,
:owning_organisation_id,
:id, :id,
:has_other_client_group, :has_other_client_group,
:primary_client_group, :primary_client_group,

Loading…
Cancel
Save