Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before: ``` irb(main):001:0> MiqProvisionRequest.create! ActiveRecord::RecordInvalid: Validation failed: Source must have valid template, Vm template must have valid VM (must be in vmdb), Userid must have valid user ``` After: ``` irb(main):001:0> MiqProvisionRequest.create! ActiveRecord::RecordInvalid: Validation failed: Source can't be blank, Userid must have valid user ```
- Loading branch information