Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
3.6.3
-
-
CP: sprint 133
-
2
-
Core: Platform
-
!!!ALL!!!
-
TBD
Description
Overview:
Steps to Reproduce:
- Log into a FOLIO tenant with more than 10 departments set up in the configuration
- Make an API call to /departments?limit=100
- Take the name from the 11th department in the list
- Post a user with this department to the mod-user-import API
Expected Results:
The user goes in
Actual Results:
Additional Information:
Interested parties:
User that was posted into Kiwi bugfest the first time:
{ "users": [ { "type": "object", "personal": { "lastName": "Kuragin", "firstName": "Anatole", "email": "anatole@kuragin.ru", "phone": "111", "mobilePhone": "22222", "dateOfBirth": "", "preferredContactTypeId": "Email" }, "username": "antole123", "externalSystemId": "antole123", "barcode": "antole123", "patronGroup": "Non-UC User, Indefinite", "departments": ["Heraldry"], "expirationDate": "2014-09-10T00:00:00", "active": true, "requestPreference": { "userId": "0ecf76c1-7c4b-421d-b4fe-ce1bb773fe66", "holdShelf": true, "delivery": false } } ], "totalRecords": 1 }
The Departments in Kiwi-bugfest:
User that was successfully posted:
{ "users": [ { "type": "object", "personal": { "lastName": "Kuragin", "firstName": "Anatole", "email": "anatole@kuragin.ru", "phone": "111", "mobilePhone": "22222", "dateOfBirth": "", "preferredContactTypeId": "Email" }, "username": "antole123", "externalSystemId": "antole123", "barcode": "antole123", "patronGroup": "Non-UC User, Indefinite", "departments": ["Zoology"], "expirationDate": "2014-09-10T00:00:00", "active": true, "requestPreference": { "userId": "0ecf76c1-7c4b-421d-b4fe-ce1bb773fe66", "holdShelf": true, "delivery": false } } ], "totalRecords": 1 }
TestRail: Results
Attachments
Issue Links
- relates to
-
UIU-2520 withRenew only retrieves up to 10 loan policies
-
- Closed
-