Skip to content

Commit

Permalink
Fix description is not longer returned as a field for contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Jun 13, 2024
1 parent 8a7e7c9 commit ae2fe15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/senaite/jsonapi/tests/doctests/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ And for each user, the roles and groups are displayed:
As well as other properties:

>>> sorted(analyst.keys())
[u'api_url', u'authenticated', u'description', u'email', ...]
[u'api_url', u'authenticated', u'email', ...]

Get current user
~~~~~~~~~~~~~~~~
Expand All @@ -74,7 +74,7 @@ Current user can also be retrieved easily:
and includes all properties too:

>>> sorted(current.keys())
[u'api_url', u'authenticated', u'description', u'email',...u'groups',...u'roles'...]
[u'api_url', u'authenticated', u'email',...u'groups',...u'roles'...]

Get a single user
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit ae2fe15

Please sign in to comment.