[FOLIO-1093] Add permission to a user results in "user not found" error - doesn't recognize UUID Created: 28/Feb/18 Updated: 12/Nov/18 Resolved: 29/Mar/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | Maura Byrne | Assignee: | Wayne Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
| Sprint: | |
| Tester Assignee: | Maura Byrne |
| Description |
|
After an upgrade to our hosted instance on Monday, I've been unable to edit user permissions. When I click on a user, I get an error saying "No user found by id" and the UUID assigned to that user. When I switched to using curl, and attempted to list the permissions of my own account (after authenticating as admin), I got the same error. When I attempted to query my account, I got that error again. This turns out to be what happens for any user we have loaded right now. |
| Comments |
| Comment by Wayne Schneider [ 28/Feb/18 ] |
|
I suspect that this has to do with the fact that the loaded user does not have an entry in the perms users table. |
| Comment by Maura Byrne [ 02/Mar/18 ] |
|
I think this is what's happened. I don't have confirmation yet, but I believe we've loaded all of our users into the perms table and the login table. When we'd loaded users after our upgrade, they were only in the users module. |
| Comment by Wayne Schneider [ 29/Mar/18 ] |
|
Maura Byrne – is it OK to close this issue? |
| Comment by Maura Byrne [ 29/Mar/18 ] |
|
Yes. We loaded users into the perms table, and they can be found and used in the client. If I can figure out how to mark this fixed, I will. |