diff --git a/package/yast2-registration.changes b/package/yast2-registration.changes index 84f6ad7ae..a6dbba4b6 100644 --- a/package/yast2-registration.changes +++ b/package/yast2-registration.changes @@ -3,6 +3,9 @@ Mon Sep 21 13:53:12 UTC 2015 - lslezak@suse.cz - restore the original product registration when online migration is aborted (FATE#315161) +- set the selected repository states in the manual repository + selection dialog before starting the full repository management + module - 3.1.153 ------------------------------------------------------------------- diff --git a/src/lib/registration/ui/migration_repos_selection_dialog.rb b/src/lib/registration/ui/migration_repos_selection_dialog.rb index 8b34aa622..720fe9977 100644 --- a/src/lib/registration/ui/migration_repos_selection_dialog.rb +++ b/src/lib/registration/ui/migration_repos_selection_dialog.rb @@ -145,6 +145,7 @@ def store_values # run the repository management, refresh the dialog content if it # has not been aborted def repo_mgmt + store_values # refresh enabled repositories so they are up-to-date ret = Yast::WFM.call("repositories", ["refresh-enabled"]) return :abort if ret == :abort