-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
UI can't render switch pane for projects with project_id > 10 #853
Comments
@goredar I don't reproduce the error. could you also show the reponse of the api call? |
Reproduced on clean install after creating over 10 new projects.
|
Thanks, this is a issue in UI will fix it |
There's a quick fix applied, however it introduces restriction that the drop down list will only show the projects in the same page as the current I'll open another issue to track it. |
Tanks a lot! However in my opinion API should not return parted result unless you explicitly request pagination. |
Yes we'll revisit that, thanks for suggestion. |
I have 11 projects in v0.40. Probably due to this same bug, I cannot modify the user membership of the 11th project. The options are just not shown. |
Did you test on v0.4.0? I will open a bug for 0.4.0. See #865, and also steps to reproduce. |
UI's request for project list to 'api/projects?is_public=1&project_name=' returns part of actual list due to default pagination:
UI can't find current project in that incomplete list and fails:
Built from 0.4.0 tag.
The text was updated successfully, but these errors were encountered: