Public bug reported:

Connectivity.vpnConnections gives a different order of VPN connections.

Reproduce:
Often.
1. Check output of Connectivity.vpnConnections
2. Reboot phone
3. Re-check output of Connectivity.vpnConnections and compare with 1.

What happens:
The list comes back ['…/3', '…/0', '…/1'] and then maybe ['…/1', '…/0', '…/3']

What should happen:
Somewhere, someone should sort this list before it is consumed by the view 
using 

ListView {
model: Connectivity.vpnConnections
}

** Affects: indicator-network (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1546589

Title:
  VPN Connections are returned in random order

Status in indicator-network package in Ubuntu:
  New

Bug description:
  Connectivity.vpnConnections gives a different order of VPN
  connections.

  Reproduce:
  Often.
  1. Check output of Connectivity.vpnConnections
  2. Reboot phone
  3. Re-check output of Connectivity.vpnConnections and compare with 1.

  What happens:
  The list comes back ['…/3', '…/0', '…/1'] and then maybe ['…/1', '…/0', '…/3']

  What should happen:
  Somewhere, someone should sort this list before it is consumed by the view 
using 

  ListView {
  model: Connectivity.vpnConnections
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1546589/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to