inveniosoftware / invenio-accounts-rest

Invenio modules that adds accounts REST API.
https://invenio-accounts-rest.readthedocs.io
GNU General Public License v2.0
0 stars 13 forks source link

views: separate config variable for account serializers #19

Closed nharraud closed 7 years ago

nharraud commented 7 years ago

Problem: ACCOUNTS_REST_ACCOUNT_SERIALIZERS is used for both UserListResource and UserAccountResource. Because of that it is not possible to override the serializers as the one provided would be used for both accounts search which returns a list of result, and single account requests.