Skip to content

Commit

Permalink
feat: include media on prep records
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed May 15, 2024
1 parent b315a9d commit 1e02522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataimporter/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ class PreparationSpecimenLink(ViewLink):
# the Portal fields which are copied from the specimen to the prep data dict
# TODO: missing CollEventDateVisitedFrom, CollEventName_tab, and kinda ColSite
MAPPED_SPECIMEN_FIELDS = [
"associatedMedia",
"associatedMediaCount",
"barcode",
"scientificName",
"order",
Expand Down

0 comments on commit 1e02522

Please sign in to comment.