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

Fix conftree crash #745

Merged
merged 2 commits into from Apr 1, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 1 10:27:56 UTC 2021 - Josef Reidinger <jreidinger@suse.com>

- Fix crash during using autoyast UI (bsc#1184216)
- 4.3.76

-------------------------------------------------------------------
Thu Mar 18 09:25:15 UTC 2021 - Steffen Winterfeldt <snwint@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 4.3.75
Version: 4.3.76
Release: 0
Summary: YaST2 - Automated Installation
License: GPL-2.0-only
Expand Down
1 change: 1 addition & 0 deletions src/include/autoinstall/conftree.rb
Expand Up @@ -642,6 +642,7 @@ def MainDialog
ret = :menu_saveas
elsif ret == "menu_new" # NEW
Profile.Reset
registry = Y2Autoinstallation::Entries::Registry.instance
registry.descriptions.each { |d| resetModule(d.resource_name) }
AutoinstConfig.currentFile = ""
ShowSource() if UI.WidgetExists(Id(:class_source))
Expand Down