Skip to content

Commit

Permalink
Merge pull request #632 from CDLUC3/bug/related-work-updates
Browse files Browse the repository at this point in the history
Added new 'domain' to allowed params for api/v3/dmps_controller
  • Loading branch information
briri authored Jul 15, 2024
2 parents 66d9be9 + 9ffe8c4 commit 25237b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v3/base_api_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def host_permitted_params
def modifications_params
%i[id augmenter_run_id provenance timestamp] + [
dmproadmap_related_identifiers: %i[descriptor work_type type identifier citation
confidence score status] + [notes: []],
domain confidence score status] + [notes: []],
funding: %i[name acronym funding_status dmproadmap_opportunity_number dmproadmap_project_number
confidence score status] +
[notes: [], funder_id: identifier_permitted_params, grant_id: identifier_permitted_params]
Expand Down

0 comments on commit 25237b2

Please sign in to comment.