Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load Lans effeciently in MiqProvisionVirtWorkflow
Instead of preloading Lan records, splitting them up based on if they are shareable and instantiating entire ActiveRecord to only use the name column in a hash, use a specific query to gather and filter those values and generate a hash from that.
- Loading branch information