Actions
Bug #603
closedmac address validations logic for virtual hosts is broken
Description
We can't use rails validations on mac addresses, as the validation logic is executed before the vm is created (hence we have no mac).
this will fail if we have some machine that was imported to the db (i.e. via a report) and both machines will have an empty mac value (hence validation error).
Updated by Ohad Levy almost 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 720fe87ebc74b9d77477205feab7f72c9205b691.
Updated by Ohad Levy almost 14 years ago
- Status changed from Ready For Testing to Closed
Actions