Made it possible to filter on photo and bio fields in the API.
- Legacy-Id: 11320
This commit is contained in:
parent
f384a134c4
commit
e3cbabaf9b
|
@ -25,6 +25,8 @@ class PersonResource(ModelResource):
|
|||
"ascii_short": ALL,
|
||||
"address": ALL,
|
||||
"affiliation": ALL,
|
||||
"photo": ALL,
|
||||
"biography": ALL,
|
||||
"user": ALL_WITH_RELATIONS,
|
||||
}
|
||||
api.person.register(PersonResource())
|
||||
|
|
Loading…
Reference in a new issue