Skip to content

Commit

Permalink
hide in proposal export button
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 29, 2015
1 parent 5f370ec commit 155b1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/yast2-migration.spec
Expand Up @@ -39,7 +39,7 @@ Requires: yast2-packager
Requires: yast2-pkg-bindings
Requires: yast2-ruby-bindings
# need recent enough installation for working proposal runner
Requires: yast2-installation >= 3.1.137
Requires: yast2-installation >= 3.1.146
Requires: yast2-update

BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion src/lib/migration/main_workflow.rb
Expand Up @@ -116,7 +116,7 @@ def repositories
end

def proposals
Yast::WFM.CallFunction("migration_proposals")
Yast::WFM.CallFunction("migration_proposals", [{ "hide_export" => true }])
end

def perform_update
Expand Down

0 comments on commit 155b1a0

Please sign in to comment.