-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 total count in show page navigation bar when total count = 1 #6405
Comments
@lucasbordeau can I work on it? |
Hi @lucasbordeau, |
Updating the logic to: We need to fix the BE, but this fix will do it in the FE |
@charlesBochet Can i take this up? I can replicate this. |
@ehconitin sure you can have a try! But it's a Backend issue, so might be hard to tackle |
@Bonapara @ehconitin Sorry! I already made an MR for this. I was able to reproduce it so I just went ahead and solved it. Sorry for the inconvenience! |
Its okay @prateekj117 |
Fixes #6405 We need to take into account both the totalCount of **before cursor** results and **after cursor** results.
Bug Description
Total count is displayed as 0 if it is 1.
Expected behavior
Total count should be 1 if total count is 1.
Technical inputs
See related issue : #6325
The text was updated successfully, but these errors were encountered: