mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +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
|
model = models.Person
|
||||||
fields = [
|
fields = [
|
||||||
'id',
|
'id',
|
||||||
# Name is excluded from exports
|
'name',
|
||||||
# See https://github.com/Southampton-RSG/breccia-mapper/issues/35
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user