-
Notifications
You must be signed in to change notification settings - Fork 91
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
Removed unnecessary filtercount functions from explorer views #1117
Removed unnecessary filtercount functions from explorer views #1117
Conversation
1c5b8d3
to
13a3614
Compare
So we have a question @chriskacerguis SO this works, fixes the issue butttttt lets say you have a super fun admin that sets the limit to 1, but pagination in the sui gives the illusion that you could set the limit to 20, 100, 1000… would be great to say “oh, no, sorry user, not options, limit locked in at 1” The cc: @imtayadeway 👋 ❤️ , @abellotti 🙇 🍕 |
@AllenBW did I help you delete code? ❤️ ❤️ ❤️ |
This pull request is not mergeable. Please rebase and repush. |
YOU DID!!!! <3 <3 <3 @imtayadeway |
13a3614
to
3be281d
Compare
field subquery_count is used as this does not change with the max_results_per_page flag
3be281d
to
778dd39
Compare
Checked commits AllenBW/manageiq-ui-service@68cd905~...778dd39 with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
Created ManageIQ/manageiq-api#136 to track the follow on work for to this pr |
field subquery_count is used as this does not change with the max_results_per_page flag
closes #1114