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

Admin should show 50/page but only shows 10 but pages by 50 #1135

Closed
herriojr opened this issue Jun 7, 2023 · 5 comments
Closed

Admin should show 50/page but only shows 10 but pages by 50 #1135

herriojr opened this issue Jun 7, 2023 · 5 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@herriojr
Copy link

herriojr commented Jun 7, 2023

Describe the bug
When using the objectbox browser, it does 50 per page but only shows 10 of said page. I cannot get it to show all 50 without jumping through hoops.

Basic info (please complete the following information):

  • ObjectBox version 3.6.0
  • Reproducibility: always
  • Device: emulator
  • OS: API 33

To Reproduce
Steps to reproduce the behavior:

  1. Put > 50 objects into a database
  2. Open the objectbox admin
  3. See it says it is display a page of 1-50 but only 10 show.

Expected behavior
If it's showing 50 per page and there's more than 50 objects, it should show all 50 in a page. Next page just skips to the next 50.

Code
None

Logs, stack traces
None

Additional context
None

@herriojr herriojr added the bug Something isn't working label Jun 7, 2023
@greenrobot-team
Copy link
Member

Thanks for reporting! I could confirm this using our Kotlin example.

@greenrobot-team greenrobot-team self-assigned this Jun 12, 2023
@greenrobot-team greenrobot-team modified the milestones: 3.5.2, 3.6.0, 3.6.1 Jul 10, 2023
@greenrobot-team
Copy link
Member

greenrobot-team commented Jul 10, 2023

This was fixed internally and will ship with the 3.6.1 release.

@ajans
Copy link

ajans commented Jul 27, 2023

I am also having this issue, but without additional pages. I should see 37 entries, but only see the firs 10.
I can see the data I am looking for when filtering for IDs, but this is impeding my efforts to check if the data is as it should be.

grafik

Edit: even with a filter, I can only see the first 10 entries:

grafik

the other subset of the data

grafik

When will the version with the fix be released?

@greenrobot-team
Copy link
Member

Back from holiday, aiming to release this in the next weeks.

@greenrobot-team
Copy link
Member

We have released version 3.7.0 which fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants