You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding the Result Number field (type sequence) to a View, the output always starts at 0 even if the "Start Number" setting is configured to begin at 1 or another value.
This only affects the field when added to the View layout. The {sequence} merge tag works correctly and respects the configured start number.
To reproduce
Create a View and add the Result Number field.
Load the View on the frontend.
Observe that the field starts at 0.
Expected behavior
The Result Number field should start at the value defined in the Start Number setting, just like the {sequence} merge tag does.