Skip to content

Fix enterprise network connection by using right variable

Tuomas Nurmi requested to merge tuomasn/gnome-shell:tuomasn-main-patch-1365 into main

A static WirelessNetwork._securityTypes variable does exist, but the correct variable when checking autoconnect possibility is this._securityType; this._securityTypes is undefined, causing clicking an enterprise network name do nothing instead of properly opening GNOME Settings panel. (Has been broken since at least GNOME 3.38, possibly earlier.)

Closes #7698 (closed)

Merge request reports