Feature #3200
Add select boxes to Settings
Description
Some Settings involve selecting from a list of data from elsewhere in Foreman. For example the Default Hostgroup plugin requires the user to select a Hostgroup to default to.
Currently these Settings are a text field, which allows the user to specify incorrect data. It would be better if a Setting could state a dynamic list (say, Hostgroup.all) to allow the user to select from.
Related issues
Associated revisions
History
#1
Updated by Amir Fefer almost 5 years ago
- Assignee set to Amir Fefer
#2
Updated by Dominic Cleal almost 5 years ago
- Related to Feature #13721: Some settings should dispaly a drop down list where possiable. added
#3
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/3272 added
#4
Updated by Amir Fefer over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ad603e4023c5400c51674f1fa3635565f7b3b552.
#5
Updated by Dominic Cleal over 4 years ago
- Legacy Backlogs Release (now unused) set to 136
#6
Updated by Ori Rabin over 4 years ago
- Related to Bug #14960: alias_method_chain in settings helper breaks plugins added
#7
Updated by Dominic Cleal over 4 years ago
- Related to Bug #14963: Contents of select boxes in settings are static, not showing latest objects added
#8
Updated by Lukas Zapletal over 4 years ago
- Related to Refactor #14964: Use collections settings API for taxonomy added
#9
Updated by Dominic Cleal over 4 years ago
- Related to Bug #15284: Development env reload breaks setting collection added
Fixes #3200 - Add select boxes to settings
Fixes #3200 - Add select box to settings
Sometimes it necessary to choose a value from a collection of values,
instead of entering a raw value.