Done
Details
Priority
MediumAssignee
Sébastien DuthilSébastien DuthilReporter
Sébastien DuthilSébastien DuthilApprovers
François BlackburnFix versions
Sprint
NoneLabels
Details
Details
Priority
Assignee
Sébastien Duthil
Sébastien DuthilReporter
Sébastien Duthil
Sébastien DuthilApprovers
François Blackburn
Fix versions
Sprint
None
Labels
Zendesk Support
1
Zendesk Support
1
Zendesk Support
1
Created January 8, 2024 at 1:59 PM
Updated January 10, 2024 at 7:17 PM
Resolved January 9, 2024 at 4:40 PM
Scenario
Given I have users
When I sort users by ID with a request like
GET https://wazo.example.com/api/confd/1.1/users?order=id&limit=20
`Then I get an error 500:
["Unexpected error: normalize() argument 2 must be str, not int"]
Expected: I get no error and a list of users sorted by ID
Workaround
Apply the attached patch:
patch -p1 -d /usr/lib/python3/dist-packages < WAZO-3570-user-order-id.patch systemctl restart wazo-confd