Skip to content

Commit

Permalink
display packages summary in the migration proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jun 18, 2015
1 parent ac89663 commit 6dd18e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/migration/proposal_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ProposalStore < Installation::ProposalStore
include Yast::Logger
include Yast::I18n

PROPOSAL_NAMES = ["update_proposal"]
PROPOSAL_NAMES = ["update_proposal", "packages_proposal"]
PROPOSAL_PROPERTIES = {
"enable_skip" => "false"
}
Expand Down

0 comments on commit 6dd18e8

Please sign in to comment.