Skip to content

Commit

Permalink
fix visibility so it gets respected when importing (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud authored Feb 25, 2022
1 parent 1dc28d8 commit 878f972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/bulkrax/csv_entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def build_metadata

self.parsed_metadata = {}
add_identifier
add_visibility
add_ingested_metadata
add_visibility
add_metadata_for_model
add_rights_statement
add_collections
Expand Down
1 change: 1 addition & 0 deletions app/models/concerns/bulkrax/has_matchers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def supported_bulkrax_fields
file
remote_files
model
visibility
delete
#{parser.collection_field_mapping}
#{related_parents_parsed_mapping}
Expand Down

0 comments on commit 878f972

Please sign in to comment.