Skip to content

Commit

Permalink
Merge d299306 into 275fecf
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Sep 20, 2019
2 parents 275fecf + d299306 commit d40f10d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
7 changes: 7 additions & 0 deletions package/yast2-dns-server.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 20 14:12:10 UTC 2019 - Knut Anderssen <kanderssen@suse.com>

- Do not modify the service when finishing the wizard dialog as
the configuration has not been written yet. (bsc#1123985)
- 4.1.3

-------------------------------------------------------------------
Sun Nov 25 02:10:40 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-dns-server.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-dns-server
Version: 4.1.2
Version: 4.1.3
Release: 0
Url: https://github.com/yast/yast-dns-server

Expand Down
10 changes: 1 addition & 9 deletions src/include/dns-server/dialog-installwizard.rb
Expand Up @@ -28,14 +28,6 @@ def initialize_dns_server_dialog_installwizard(include_target)
Yast.import "CWMFirewallInterfaces"
end

# Writes settings and saves the service
#
# @return [Boolean] true if service is saved successfully; false otherwise
def write_dns_settings
service_widget.store
service.save
end

def runInstallWizardForwardersDialog
caption =
# Dialog caption (before a colon)
Expand Down Expand Up @@ -261,7 +253,7 @@ def runInstallWizardFinishDialog
end

if ret == :next || ret == :expert
write_dns_settings
service_widget.store

CWMFirewallInterfaces.OpenFirewallStore(firewall_widget, "", event)
end
Expand Down

0 comments on commit d40f10d

Please sign in to comment.