Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to list private projects is missing sort parameter #1651

Open
zfi opened this issue Feb 13, 2019 · 3 comments
Open

Call to list private projects is missing sort parameter #1651

zfi opened this issue Feb 13, 2019 · 3 comments
Labels
bug Server Server-side implementation issues

Comments

@zfi
Copy link
Contributor

zfi commented Feb 13, 2019

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 zfi added bug Server Server-side implementation issues labels Feb 13, 2019
@zfi zfi added this to ToDo in 2019 - February Update via automation Feb 13, 2019
@MatzElectronics
Copy link
Collaborator

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

@zfi
Copy link
Contributor Author

zfi commented Feb 14, 2019

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
Copy link
Contributor Author

zfi commented Feb 20, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Server Server-side implementation issues
Projects
Development

No branches or pull requests

2 participants