Skip to content

Commit

Permalink
Merge pull request #993 from scientist-softserv/i990-admin-set
Browse files Browse the repository at this point in the history
🎁 Add admin_note to bulkrax.rb
  • Loading branch information
kirkkwang authored Mar 9, 2024
2 parents 19084ad + 7cfbb1a commit 575eb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/bulkrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
'accessibility_hazard' => { from: ['accessibility_hazard'], split: '\|' },
'accessibility_summary' => { from: ['accessibility_summary'] },
'additional_information' => { from: ['additional_information'], split: '\|', generated: true },
'admin_note' => { from: ['admin_note'] },
'admin_set_id' => { from: ['admin_set_id'], generated: true },
'alternate_version' => { from: ['alternate_version'], split: '\|' },
'alternative_title' => { from: ['alternative_title'], split: '\|', generated: true },
Expand Down

0 comments on commit 575eb31

Please sign in to comment.