diff --git a/crc/models/protocol_builder.py b/crc/models/protocol_builder.py index a454fe81..0bf6cbec 100644 --- a/crc/models/protocol_builder.py +++ b/crc/models/protocol_builder.py @@ -59,6 +59,7 @@ class ProtocolBuilderInvestigatorSchema(ma.Schema): class Meta: model = ProtocolBuilderInvestigator unknown = INCLUDE + fields = ["NETBADGEID", "INVESTIGATORTYPE", "INVESTIGATORTYPEFULL"] @post_load def make_inv(self, data, **kwargs):