Skip to content

Commit

Permalink
don't remove identifiers from strong parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 15, 2018
1 parent 4c65d1b commit 40abff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/dois_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def safe_params
last_landing_page_content_type: p[:lastLandingPageContentType]
).except(
:confirmDoi, :prefix, :suffix, :publicationYear,
:rightsList, :identifiers, :relatedIdentifiers, :fundingReferences, :geoLocations,
:rightsList, :relatedIdentifiers, :fundingReferences, :geoLocations,
:metadataVersion, :schemaVersion, :state, :mode, :isActive, :landingPage,
:created, :registered, :updated, :lastLandingPage, :version,
:lastLandingPageStatus, :lastLandingPageStatusCheck,
Expand Down

0 comments on commit 40abff5

Please sign in to comment.