[FOLIO-1012] Unable to load more than one user at a time with mod-user-import Created: 03/Jan/18 Updated: 12/Nov/18 Resolved: 04/Jan/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | Jon Miller | Assignee: | Katalin Lovagné Szűcs |
| Resolution: | Done | Votes: | 0 |
| Labels: | sprint29 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: |
| Description |
|
I'm not sure if this is the correct place to submit an issue for the mod-user-import module. If it's not, please let me know where I should post this. I'm attempting to use the mod-user-import module to load some sample user data. I'm able to use it successfully if I only provide one user in the JSON. If I provide more than one, as in the following, I receive an error of Internal Server Error "Failed to import users. Error message: Failed to process user search result." I'm new to working with JSON. Maybe I have something wrong with the JSON array? Though, I'm using JSON.NET to generate it. As far as I know it should be correct. I have also tried leaving the id values null and the behavior is the same. { }, } |
| Comments |
| Comment by Robert Sass [ 04/Jan/18 ] |
|
I'm assigning this to Katalin Lovagné Szűcs, She is the developer of this module. |
| Comment by Katalin Lovagné Szűcs [ 04/Jan/18 ] |
|
There was an issue when searching for existing users. I fixed this and it will be available in the next build. |
| Comment by Jon Miller [ 04/Jan/18 ] |
|
Thanks for fixing this so quickly. It appears to have worked. |