Skip to content
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

Fixed call that build list of Storages to build Host file drop down #5952

Conversation

h-kataria
Copy link
Contributor

Issue was introduced in #3956, in commit 6df12d1 code that builds Host file drop down was changed vm.try(:available_iso_names) was removed and new method get_iso_options was added to build the list. Changed to get all storages that the vm's host is attached to instead of all of the vm's storages

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1689369

before
before

after
after

cc @agrare

Copy link
Member

@agrare agrare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@h-kataria h-kataria force-pushed the fix_host_files_drop_down_on_reconfigure_vms branch 2 times, most recently from d7d9aae to 6616c36 Compare August 6, 2019 19:58
Issue was introduced in ManageIQ#3956, in commit 6df12d1 code that builds Host file drop down was changed `vm.try(:available_iso_names)` was removed and new method `get_iso_options` was added to build the list. Changed to get all storages that the vm's host is attached to instead of all of the vm's storages

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1689369
@h-kataria h-kataria force-pushed the fix_host_files_drop_down_on_reconfigure_vms branch from 6616c36 to 5747aff Compare August 6, 2019 20:00
@miq-bot
Copy link
Member

miq-bot commented Aug 6, 2019

Checked commit h-kataria@5747aff with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. 🍰

Copy link
Member

@skateman skateman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Seal of Approval

@mzazrivec mzazrivec added this to the Sprint 118 Ending Aug 19, 2019 milestone Aug 7, 2019
@mzazrivec mzazrivec merged commit 24d94fb into ManageIQ:master Aug 7, 2019
@h-kataria h-kataria deleted the fix_host_files_drop_down_on_reconfigure_vms branch August 7, 2019 20:05
simaishi pushed a commit that referenced this pull request Aug 7, 2019
…econfigure_vms

Fixed call that build list of Storages to build Host file drop down

(cherry picked from commit 24d94fb)

https://bugzilla.redhat.com/show_bug.cgi?id=1689369
@simaishi
Copy link
Contributor

simaishi commented Aug 7, 2019

Ivanchuk backport details:

$ git log -1
commit 0ad6201980c1695bb82d5c794ea6b7ba4cabe379
Author: Milan Zázrivec <mzazrivec@redhat.com>
Date:   Wed Aug 7 08:25:31 2019 +0200

    Merge pull request #5952 from h-kataria/fix_host_files_drop_down_on_reconfigure_vms
    
    Fixed call that build list of Storages to build Host file drop down
    
    (cherry picked from commit 24d94fb12fe61c91c9f1df975bb80d9a2da04c3d)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1689369

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants