Goal: Setting the Rows to show per page based on the URL has regressed. The filter value is a string, not an integer so the check that the filter value is valid was failing resulting in the default number of rows per page always being used.
To test:
In Issue Details, select 50 Rows Per Page and refresh
Note that the Rows Per Page is now 10
Update the revision in config.yml to "fix/rows_per_page_not_persisted"
sync and build
Again select 50 rows per page in Issues Details and refresh
Verify that now the 50 rows per page selection is saved after refresh.
Goal: Setting the Rows to show per page based on the URL has regressed. The filter value is a string, not an integer so the check that the filter value is valid was failing resulting in the default number of rows per page always being used.
To test: