After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774107 - autoconnect-priority should be editable with nm-connection-editor
autoconnect-priority should be editable with nm-connection-editor
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-connection-editor
unspecified
Other All
: Normal enhancement
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-11-08 15:34 UTC by gueux+gnome
Modified: 2016-11-15 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] editor: allow editing connection priority (8.68 KB, patch)
2016-11-14 12:42 UTC, Jiri Klimes
none Details | Review

Description gueux+gnome 2016-11-08 15:34:21 UTC
autoconnect-priority is editable with nmcli. It would be great if it was possible to edit it with nm-connection-editor.
Comment 1 Jiri Klimes 2016-11-14 12:42:36 UTC
Created attachment 339796 [details] [review]
[PATCH]  editor: allow editing connection priority

Add an option for autoconnect priority to General tab in the editor.
Comment 2 Beniamino Galvani 2016-11-14 12:57:52 UTC
Maybe the spin button should be grayed out when autoconnect is disabled, so that it's more evident that it doesn't make sense to configure it?

Other than that, lgtm!
Comment 3 Jiri Klimes 2016-11-15 09:12:31 UTC
(In reply to Beniamino Galvani from comment #2)
> Maybe the spin button should be grayed out when autoconnect is disabled, so
> that it's more evident that it doesn't make sense to configure it?
> 

Done.

Pushed to master:
https://git.gnome.org/browse/network-manager-applet/commit/?id=137ec0477ec30345d5f4762cc9329297e7da43f4
Comment 4 gueux+gnome 2016-11-15 10:25:54 UTC
Great!