Bug: can't remove offset of paged query

Wappler: 5.3.1
Can’t change the offset to 0 or null.

Reproduce:

  1. Let’s say I set the offset to 5, and the limit to 10
    image

  2. I see this correctly in the query image

  3. I change the offset to 0 image

  4. I still see 5 in the query

  5. I change it to 1, then it does show that in the query:

  6. I remove it altogether, and it shows the last option (1):

So I believe the bug is that we can’t reset the offset to 0.

EDIT:
I can rest it by putting the $_GET variable back. But I still consider it a bug that 0 or empty doesn’t reset it.

Community Page
Last updated: