mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
fix: add back name to person table export
This commit is contained in:
@@ -10,8 +10,7 @@ class PersonSerializer(base.FlattenedModelSerializer):
|
||||
model = models.Person
|
||||
fields = [
|
||||
'id',
|
||||
# Name is excluded from exports
|
||||
# See https://github.com/Southampton-RSG/breccia-mapper/issues/35
|
||||
'name',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user