Bug 1404663
Summary: | NetworkManager vpn list not sorted | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Oliver Ilian <oliver> | ||||||
Component: | gnome-shell | Assignee: | Florian Müllner <fmuellner> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 7.3 | CC: | bberg, bmilar, jkoten, mboisver | ||||||
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: | 2017-08-01 22:41:41 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:47:23 UTC
Created attachment 1250025 [details]
ui: Allow moving menu items to a certain position
This function is a helper to simplify keeping menu items ordered when
their order is updated on the fly (e.g. network connections being
renamed).
Created attachment 1250026 [details]
network: Ensure the connection list is sorted after rename
Items were inserted correctly but the synchronisation was lost if the
name of a connection was changed. Simply making sure the position is
correct after a connection is updated fixes the issue.
Reported-by: Oliver Haessler <ohaessle>
The above patches are now upstream and will find their way into 3.24. My guess is that Oliver would like to see them in RHEL 7.4. (In reply to Benjamin Berg from comment #4) > The above patches are now upstream and will find their way into 3.24. My > guess is that Oliver would like to see them in RHEL 7.4. Fine with me. Tested manually on gnome-shell-3.22.3-16.el7.x86_64 gnome-shell-3.22.3-15.el7.aarch64 gnome-shell-3.22.3-15.el7.ppc64le using the reproducer from Description. After a VPN was renamed, its position in the VPN list (in Gnome system panel) was changed to keep the alphabetical order. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2098 |