You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way the page is currently rendered runs into problems (integer overflow) as the number of projects and reports becomes large.
The data returned to the client needs to be reduced and possibly paginated.
The text was updated successfully, but these errors were encountered:
Due to the augmentation of project report data on the client side, server side pagination/search/sorting on those fields (which is currently supported) is difficult.
As a workaround, I've instead changed to load the projects via ajax once the list gets too large to avoid rendering a String to the page which is the cause of the error.
The way the page is currently rendered runs into problems (integer overflow) as the number of projects and reports becomes large.
The data returned to the client needs to be reduced and possibly paginated.
The text was updated successfully, but these errors were encountered: