Skip to content

Commit

Permalink
set the repository states before starting the "repositories" module
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 23, 2015
1 parent 2c721b1 commit 095b74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/yast2-registration.changes
Original file line number Diff line number Diff line change
Expand Up @@ -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

-------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 095b74b

Please sign in to comment.