Bug 1404665
Summary: | NetworkManager does not sort the list of VPNs in GUI | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Oliver Ilian <oliver> | ||||||
Component: | control-center | Assignee: | Carlos Garnacho <cgarnach> | ||||||
Status: | CLOSED WONTFIX | QA Contact: | Desktop QE <desktop-qa-list> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 7.3 | CC: | atragler, bberg, bgalvani, fgiudici, lrintel, rkhan, sukulkar, thaller | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2021-01-15 07:29:17 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Oliver Ilian
2016-12-14 11:51:54 UTC
Hi. Where are you looking at? in nm-connection-editor they are by default sorted by the "Last Used" column. But you click on the "Name" column header, the sorting is changed to sort by name instead. I assume you look at gnome-control-center(?). Reassigning. Created attachment 1250165 [details]
network: Re-render the title whenever it changes
The title of network connections may change if the user edits it or if
it was changed programatically by another program. This worked fine, but
the UI was not updated. This patch ensures network list in the UI is
updated.
Reported-by: Oliver Haessler <ohaessle>
Created attachment 1250166 [details]
network: Include the network name in the sort string
The list of networks is sorted by connection type. If a user has e.g. a
lot of VPN connections, then the unsorted list is hard to browse.
So include the name of the network connection in the sort string and
update it whenever the title changes.
Reported-by: Oliver Haessler <ohaessle>
Patches need to be merged upstream first. Ok, I tried this on RHEL 7.5, and I can see now that the list of VPNs is sorted in the top right corner menu. However it is still not sorted in the gnome-settings menu (under Networks). Is it planned to sort it there as well? Thanks Oliver Do we have any update on this bug? With the redesign of the panel, upstream has regressed. So this will need to be fixed again upstream. Is there any plan to fix that in RHEL 7 or 8? After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened. |