Skip to content

Commit 65af543

Browse files
committed
Update orgs_controller
1 parent ca4cb5e commit 65af543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/orgs_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def org_params
221221
params.require(:org)
222222
.permit(:name, :abbreviation, :logo, :contact_email, :contact_name,
223223
:remove_logo, :managed, :feedback_enabled, :org_links,
224-
:funder, :institution, :organisation,
224+
:funder, :institution, :organisation, :add_question_identifiers,
225225
:feedback_msg, :org_id, :org_name, :org_crosswalk,
226226
:helpdesk_email,
227227
identifiers_attributes: %i[identifier_scheme_id value],

0 commit comments

Comments
 (0)