BlocklyProp icon indicating copy to clipboard operation
BlocklyProp copied to clipboard

Call to list private projects is missing sort parameter

Open zfi opened this issue 6 years ago • 3 comments

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]

zfi avatar Feb 13 '19 06:02 zfi

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...

MatzElectronics avatar Feb 13 '19 22:02 MatzElectronics

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?

zfi avatar Feb 14 '19 05:02 zfi

@MatzElectronics bumping this in case you missed the previous post.

zfi avatar Feb 20 '19 03:02 zfi