Bug #21425
multiple hosts selection alert does not refer to params[:per_page]
Description
only refers to settings[:per_page]
How to reproduce:
1. Visit hosts page
2. change per page in the new pagination select box
3. click on "select all hosts" select box
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4937 added
#2
Updated by Walden Raines almost 5 years ago
- Target version set to 228
#3
Updated by Walden Raines over 4 years ago
- Target version changed from 228 to 234
#4
Updated by Walden Raines over 4 years ago
- Target version changed from 234 to 237
#5
Updated by Walden Raines over 4 years ago
- Target version changed from 237 to 239
#6
Updated by Walden Raines over 4 years ago
- Target version changed from 239 to 243
#7
Updated by Tomer Brisker over 4 years ago
- Legacy Backlogs Release (now unused) set to 330
#8
Updated by Amir Fefer over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 53b80ce359cf9b82e3268bce03dc9e68b600785f.
#9
Updated by Tomáš Strachota about 4 years ago
- Related to Bug #24039: Wrong message while selecting multiple hosts. added
Fixes #21425 - host selection alert refers to param per_page
Multiple host selection alert only mention settings[:per_page],
though pagination has been changed,
now the user can change per_page via select box