Skip to content

network: Keep a ref on NetDeviceEthernet while a edition dialog is open

Carlos Garnacho requested to merge wip/carlosg/ethernet-dialog-crash into master

Otherwise, invoking other panel (eg. through shell search, or CLI) and closing the dialog will result in a crash, as the NetDeviceEthernet object does no longer exist.

Merge request reports