Content
View differences
Updated by Christian Ratz almost 13 years ago
Changing items per page only works once:
- Go to the issues index page of a project.
- The smallest value for ‘per page’ is selected (e.g. ‘3’ on the test system)
- And I see ‘3’ items per page and ‘Per page: 3’ is highlighted
- The pagination buttons forward and backward works as excepted.
<!-- end list -->
- Click on ‘25’ per page
- And I see ‘25 items per page’ and ‘Per page: 25’ is highlighted
<!-- end list -->
- Click on ‘3’ per page
- I still see ‘25’ items per page and ‘Per page: 25’ is highlighted
<!-- end list -->
- I expect to see ‘3’ items per page and ‘Per page: 3’ is highlighted
Wrong naming:
- Pagination buttons forward and backward named identical with ‘next’
- I expect something like backward an forward
- Go to the issues index page of a project.
- The smallest value for ‘per page’ is selected (e.g. ‘3’ on the test system)
- And I see ‘3’ items per page and ‘Per page: 3’ is highlighted
- The pagination buttons forward and backward works as excepted.
<!-- end list -->
- Click on ‘25’ per page
- And I see ‘25 items per page’ and ‘Per page: 25’ is highlighted
<!-- end list -->
- Click on ‘3’ per page
- I still see ‘25’ items per page and ‘Per page: 25’ is highlighted
<!-- end list -->
- I expect to see ‘3’ items per page and ‘Per page: 3’ is highlighted
Wrong naming:
- Pagination buttons forward and backward named identical with ‘next’
- I expect something like backward an forward