-
Notifications
You must be signed in to change notification settings - Fork 356
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
Remove VM Transform buttons #4336
Conversation
Remove 'Transform tagged VMs to RHV' and 'Transform this VM to RHV' from the toolbar. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1585452
@miq-bot assign mwperina |
@smelamud 'mwperina' is an invalid assignee, ignoring... |
@miq-bot assign himdel |
@miq-bot assign martinpovolny |
Checked commit smelamud@d399002 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@smelamud Looks like this does not even try to remove any old v2v code, and does therefore not fix the BZ in question ;). All of these still look related:
|
@himdel Yes, it wasn't intended to remove all the code. It is only hiding the buttons, that is needed ASAP. The removal of the code will be done with another PR. |
@miq-bot add_label blocker |
@smelamud if this can be backported, can you add the gaprindashvili/yes label |
@miq-bot add_labels gaprindashvili/yes |
@miq-bot assign himdel |
As long as the other PR is coming, I have no problem with this :) Just please remember the second PR @smelamud. |
This is PR is intended to be backported to 5.9.z, where we don't want to introduce massive code changes. The following PR, which actually removes old v2v code, will be targeted only to 5.10, because we will have much more time to fix potential issues caused by this code removal |
Remove VM Transform buttons (cherry picked from commit 198c28c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1608581
Gaprindashvili backport details:
|
Remove 'Transform tagged VMs to RHV' and 'Transform this VM to RHV' from
the toolbar.
Partially fixes https://bugzilla.redhat.com/show_bug.cgi?id=1585452