Bug #1764
Changing 'entries_per_page' requires restart of foreman to be applied
Description
To reproduce:
- Click More > Settings
- Find 'entries_per_page' change to a desired value, hit enter
- Open Hosts > Facts or Reports > $host
Result:
The old value is still used until the foreman is restarted.
Behavior of settings modification should be similar to other settings (i.e setting puppetrun to true doesn't require restart) or at least be mentioned that this change will require a restart.
Associated revisions
History
#1
Updated by Ohad Levy over 10 years ago
- Category set to Web Interface
- Assignee set to Ohad Levy
- Target version set to 1.0
#2
Updated by Ohad Levy over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 272811b987e92d2b2160ea1edaf8ee4fe26cf1ab.
fixes #1764 changing per_page setting would update only after a restart
this commit changes it back to an area in the code which gets evaluated
everytime instead of upon startup only