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

Fixes ProvisionWorkflow#available_vlans_and_hosts #269

Merged

Commits on May 18, 2018

  1. Fixes ProvisionWorkflow#available_vlans_and_hosts

    When the `super` form of this method returns `nil` for hosts, the
    `.map(&:id)` call would no work properly.
    
    In previous forms, `hosts` had `to_miq_a`, which will effectively run an
    `Array.wrap` around the object.  I figured moving away from specialty
    code for this was a better option moving forward, so I skipped that an
    opted for an `unless` check instead.
    NickLaMuro committed May 18, 2018
    Configuration menu
    Copy the full SHA
    c0a5a9e View commit details
    Browse the repository at this point in the history