From 1e02522e620cd9cb2d0a7f2a1a13e88d933ae72f Mon Sep 17 00:00:00 2001 From: Josh Humphries Date: Wed, 15 May 2024 18:07:29 +0100 Subject: [PATCH] feat: include media on prep records --- dataimporter/links.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dataimporter/links.py b/dataimporter/links.py index 500bae2..2a0c328 100644 --- a/dataimporter/links.py +++ b/dataimporter/links.py @@ -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",