Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config proposal #935

Merged
merged 4 commits into from
Sep 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/data/network/s390_defaults.yml

This file was deleted.

47 changes: 0 additions & 47 deletions src/data/network/sysconfig_defaults.yml

This file was deleted.

5 changes: 0 additions & 5 deletions src/include/network/lan/address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ def AddressDialog(builder:)
LanItems.add_device_to_routing if LanItems.update_routing_devices?
end

# rollback if changes are canceled, as still some widgets edit LanItems directly
LanItems.Rollback if ret != :next
# proceed with WLAN settings if appropriate, #42420
ret = :wire if ret == :next && builder.type.wireless?

log.info "AddressDialog res: #{ret.inspect}"
ret
end
Expand Down
Loading