I just realized, that in kirby 3.7.5 and 3.8.0-rc when a structure has a limit set, the index of the rows starts with 0. if no limit is set it starts with 1. this is only visual though (table numbering in the panel), if you are populating lets say a select/multiselect with this structure, the values are still the same.
Expected behavior
when field has a pagination limit it should also start at 1
Screenshots
To reproduce
just create 2 simple structures, one with and one without limit for pagination
Description
hi everyone,
I just realized, that in kirby 3.7.5 and 3.8.0-rc when a structure has a limit set, the index of the rows starts with 0. if no limit is set it starts with 1. this is only visual though (table numbering in the panel), if you are populating lets say a select/multiselect with this structure, the values are still the same.
Expected behavior
when field has a pagination limit it should also start at 1
Screenshots
To reproduce
just create 2 simple structures, one with and one without limit for pagination
Your setup
Kirby Version
3.7.5 and 3.8.0-rc