Actions
Bug #12419
closedTemplate review host list limited by pagination
Description
when having many hosts (e.g. more than the pagination size) I'm unable to select the host i want for template rendering preview.
Updated by Dominic Cleal about 9 years ago
- Subject changed from unable to select a host for template review function to Template review host list limited by pagination
- Category set to Templates
It's actually a hardcoded pagination limit of 100.
Updated by Dominic Cleal about 9 years ago
- Related to Feature #11035: Allow all templates preview during their creation and editing added
Updated by Marek Hulán about 9 years ago
Some background - the limit is there so it doesn't flood the page when there are too many hosts. We should probably add live search field there or use select2 to do ajax query to get hosts, which was not supported in version we used back then.
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Timo Goebel
- Pull request https://github.com/theforeman/foreman/pull/4213 added
Updated by Timo Goebel over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 9ca77d0885700e522e61e81e3d20a69a157d9f20.
Updated by Ohad Levy over 7 years ago
- Translation missing: en.field_release set to 209
Updated by Ivan Necas about 7 years ago
- Related to Bug #21112: Template editing form keeps registering select2 for host list in preview added
Actions