Bug #7648
openOrder of operating system templates differs
Description
Katello 2.0/Foreman 1.6 on Centos 6/x86_64
In the operating systems overview I get one entry automatically added when installing Katello2/Foreman-combo (in my case: centos 6/x86_64).
In the centos 6-templates the fields list order is:
provision *
PXELinux *
finish *
user_data *
iPXE *
In the centos7 or Fedora 20 (both OS entrys added while syncing theses OSes) the order is:
PXELinux *
iPXE *
user_data *
provision *
finish *
I do not expect the order to differ. Either sort by name or by time of use (pxe-boot to finish).
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.3
- Pull request https://github.com/theforeman/foreman/pull/1801 added
- Pull request deleted (
)
Updated by Andreas Pfaffeneder about 10 years ago
Works for me in a sense that the order of items is the same for every OS. As commented on GitHub: Giving the order of use would be more userfriendly.
Updated by Dominic Cleal about 10 years ago
- Target version changed from 1.7.3 to 1.7.2
Updated by Lukas Zapletal over 8 years ago
- Status changed from Ready For Testing to New
- Target version deleted (
1.7.2)
Could not find a way how to sort it for the fields_for helper.
Updated by Lukas Zapletal over 8 years ago
- Related to Bug #14395: Hosts > Operating Systems > [OS] > Templates tab: "provision" field label is lowercase, should be "Provision" added
Updated by Lukas Zapletal over 8 years ago
- Status changed from New to Closed
- Assignee set to Ondřej Pražák
- Pull request deleted (
https://github.com/theforeman/foreman/pull/1801)
I believe this was fixed in https://github.com/theforeman/foreman/pull/1801
Updated by Dominic Cleal over 8 years ago
- Status changed from Closed to New
- Assignee deleted (
Ondřej Pražák)
The issue still appears to be valid. PR 1801 was not merged, and the change in PR 3376 to sort the items was reverted.