Skip to content

Commit

Permalink
Adds pop-up fields to culminating experiences deposit pathway (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkiessl authored Oct 29, 2024
1 parent f850390 commit 5a020d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/forms/work_deposit_pathway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ def self.form_fields
depositor_agreement
contributor
mint_doi_requested
psu_community_agreement
accessibility_agreement
sensitive_info_agreement
}
).freeze
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
depositor_agreement
contributor
mint_doi_requested
psu_community_agreement
accessibility_agreement
sensitive_info_agreement
}

expect(described_class.form_fields).to be_frozen
Expand Down

0 comments on commit 5a020d2

Please sign in to comment.