Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
customfield_11100 25892
-
Core: F - Sprint 64
-
Prokopovych
Description
We have 11 service points which I loaded into FOLIO. I also loaded service point users. I found that if a user has the 11th service point, the user detail page will not load and displays the following error message:
Please refresh the page.
The following occurred resulting in the current page becoming unstable.
ERROR:Cannot read property 'id' of undefined
in List
in div
in section
in Accordion
in WrappedAccordion
in UserServicePoints
in IfInterface
in IfPermission
in div
in AccordionSet
in div
in section
in Pane
...
I think this is because the front end web application queries the service-points web API and doesn't specify the limit parameter, which defaults to 10.
Can you add a limit and set it to the max value? Either that, or page through all the results until there are no more.