Bug #8363
Sort VMware datastore/network dropdown menus
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - VMware
Target version:
Description
Dropdown menus on the new host form when using a VMware compute resource aren't sorted alphabetically, so it is hard to find and select datastores or networks.
Related issues
Associated revisions
fixes #8363 - Sort VMware attributes alphabetically
(cherry picked from commit 7a347c663566936dd4a23eb498b6e250fe6735ff)
History
#1
Updated by Bryan Kearney almost 8 years ago
- Related to Feature #6214: Alphabetical menu sorting in the web UI added
#2
Updated by Bryan Kearney almost 8 years ago
- Related to Bug #7886: Compute Resources in new host form should be ordered added
#3
Updated by Shlomi Zadok almost 8 years ago
- Assignee set to Shlomi Zadok
#4
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1936 added
- Pull request deleted (
)
#5
Updated by Shlomi Zadok almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7a347c663566936dd4a23eb498b6e250fe6735ff.
#6
Updated by Dominic Cleal almost 8 years ago
- Legacy Backlogs Release (now unused) set to 29
#7
Updated by Josh Baird over 7 years ago
- File folders2.png folders2.png added
- File folders.png folders.png added
- Status changed from Closed to Feedback
This still doesn't appear to be sorting correctly. It's only sorting on the parent name, not path.
folders.png shows what the code produces today. folder2.png shows what happens when folder.rb is changed to use ""#{path} / #{name}""
This is closer, but everything before "vm" should be truncated.
#8
Updated by Dominic Cleal over 7 years ago
- Related to Bug #9085: VMware folders not showing full path added
#9
Updated by Dominic Cleal over 7 years ago
- Status changed from Feedback to Closed
I've filed the remaining issue about truncated folder names as #9085, thanks Josh.
fixes #8363 - Sort VMware attributes alphabetically