Bug #1764
Changing 'entries_per_page' requires restart of foreman to be applied
| Status: | Closed | Start: | 07/18/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Web Interface | |||
| Target version: | 1.0 | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
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
Revision 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
History
Updated by Ohad Levy 10 months ago
- Category set to Web Interface
- Assigned to set to Ohad Levy
- Target version set to 1.0
Updated by Ohad Levy 10 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 272811b987e92d2b2160ea1edaf8ee4fe26cf1ab.
