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

Photo Index page missing albums #322

Open
Matthijsy opened this issue Aug 18, 2022 · 1 comment
Open

Photo Index page missing albums #322

Matthijsy opened this issue Aug 18, 2022 · 1 comment
Labels
type:bug Something isn't working

Comments

@Matthijsy
Copy link
Contributor

How to reproduce

  1. Go to the photo album index page
  2. Go to the second and third page
  3. You see the 'gala' albums, however album 353 and 351 are missing

Expected behaviour

You can find them by clicking through the pages

Current behaviour

You can only find the using the search function

@wilco375
Copy link
Contributor

Seems to be an issue on the API side. When using a page size of 30 (https://csvalpha.nl/api/v1/photo_albums?page[number]=1&page[size]=30&search=&sort=-date), the albums 351, 353 are shown after 345. However, with a page size of 10 (https://csvalpha.nl/api/v1/photo_albums?page[number]=2&page[size]=10&search=&sort=-date), they are not shown after this album.

@wilco375 wilco375 transferred this issue from csvalpha/amber-ui Aug 19, 2022
@wilco375 wilco375 added the type:bug Something isn't working label Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants