Bug #12554
Operating System description is shown in name column
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1283941
Description of problem:
If you create new operating system without description - application has correct behavior and you can see that new OS name in name column and hosts count in hosts column. But if you specify any description for operating system, so that description will be displayed in name column instead OS name. That is even more confusing when you use search functionality and search for OS with "name='AAAA'", but get entity with name='BBBB'
Version-Release number of selected component (if applicable):
Hard to tell when that issue was introduced
How reproducible:
Always
Steps to Reproduce:
1. Create new operating system (Hosts->Operating systems) with description
Actual results:
You see entity description in name column
Expected results:
You see entity name in name column
Additional info:
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2925 added
#2
Updated by Dominic Cleal over 6 years ago
- Related to Feature #3720: Operating system name should be different to Facter operating system string added
#3
Updated by Dominic Cleal over 6 years ago
- Assignee deleted (
Ohad Levy) - Legacy Backlogs Release (now unused) set to 71
#4
Updated by Anonymous over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6308a7ba6ae36a7b12174692bd2759c7a33a2c4f.
Fixes #12554 - Change OS name column heading to match contents
It is necessary to change name for 'Name' column to 'Title' as
otherwise application flow can confuse user (especially when he or she
perform search procedure). Also, add more context to description field
for Operating System create/edit screen