getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.27k stars 167 forks source link

Structure numbering changes depending on wether limit is set or not #4695

Closed squareclouds closed 2 years ago

squareclouds commented 2 years ago

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
grafik

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

lukasbestle commented 2 years ago

Could be solved by #4386.

bastianallgeier commented 2 years ago