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

Fix missing required parameter in RunController:274 #481

Merged
merged 3 commits into from
Jul 25, 2022

Conversation

sunanzhi
Copy link
Contributor

@sunanzhi sunanzhi commented Jul 20, 2022

when I access /run/compare?base=xxx page, Pagination is unavailable because of this bug.
because templates/runs/compare.twig referencing a nonexistent value -> {{ helpers.pagination('run.compare', pagination, url_params) }}

fixes #471

when i access "/run/compare?base=xxx" page, Pagination is unavailable because of this bug.
cause templates/runs/compare.twig  referencing a nonexistent value -> {{ helpers.pagination('run.compare', pagination, url_params) }}
@glensc glensc changed the title fix bug: https://github.com/perftools/xhgui/issues/471 Fix missing required parameter in RunController:274 Jul 20, 2022
@sunanzhi
Copy link
Contributor Author

sunanzhi commented Jul 24, 2022 via email

@glensc glensc merged commit 597eecc into perftools:0.21.x Jul 25, 2022
@glensc glensc added this to the 0.21.2 milestone Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing required parameter in RunController:274
2 participants