BlocklyProp
BlocklyProp copied to clipboard
Call to list private projects is missing sort parameter
The BlocklyProp server is logging a warning that the sort parameter is missing in the GET request to the /rest/project/list/ endpoint. The server is defaulting the sort order to project name.
Please check the call(s) to the endpoint to ensure that all of the parameters are supplied.
- Sort by column [n]
- Sort order [asc, desc]
- Limit [max number of projects to return]
- Offset [where to start in the overall list]
I'm not sure I can fix this...the GET request is auto-generated from the bootstrap-tables framework...and so far any attempt of mine to try and make it work better just end up breaking a bunch of stuff...
The call appears to get three of the four parameters right, so there should be something available to make those adjustments. Where is the code that affects this GET request?
@MatzElectronics bumping this in case you missed the previous post.