Bug #23164
open(some) subnet validation errors are not shown
Description
2018-04-08T10:16:14 [I|app|] Started PATCH "/subnets/1" for 10.35.2.157 at 2018-04-08 10:16:14 +0100 2018-04-08T10:16:14 [I|app|bcb27] Processing by SubnetsController#update as */* 2018-04-08T10:16:14 [I|app|bcb27] Parameters: {"utf8"=>"✓", "authenticity_token"=>"9qAyRmK8xfdqNQZfkEhoSxP2IDqD1K83SyAL3lpcxRMQaq3+O4+UK2ou9Bsi0wrg0F0xP/5YJLscQI1aYD+Wbw==", "subnet"=>{"name"=>"SAT Lab 180", "description"=>"", "network"=>"10.35.27.0", "cidr"=>"26", "mask"=>"255.255.255.192", "gateway"=>"10.35.27.62", "dns_primary"=>"10.35.27.1", "dns_secondary"=>"10.35.255.6", "ipam"=>"DHCP", "from"=>"10.35.27.5", "to"=>"10.35.27.59", "vlanid"=>"180", "mtu"=>"1500", "boot_mode"=>"DHCP", "domain_ids"=>["", "6"], "dhcp_id"=>"5", "tftp_id"=>"1", "dns_id"=>"1", "template_id"=>"", "remote_execution_proxy_ids"=>[""], "location_ids"=>["3", ""], "organization_ids"=>["1", "", "9"]}, "redirect"=>"", "_ie_support"=>"", "id"=>"1"} 2018-04-08T10:16:14 [I|app|bcb27] Current user: admin (administrator) 2018-04-08T10:16:14 [E|app|bcb27] Failed to save: Subnet domains is invalid 2018-04-08T10:16:14 [I|app|bcb27] Rendering subnets/edit.html.erb
while the UI does not show any error.
Updated by Marek Hulán over 6 years ago
- Category set to Search
Ohad, could you please provide more information? What domains you selected? Or does that mean that domain that is being assigned is invalid itself? Are they in same orgs/locs
Updated by Marek Hulán over 6 years ago
- Status changed from New to Need more information
Updated by Ohad Levy over 6 years ago
- Status changed from Need more information to New
TBH I'm not sure (nor do I think it matters a lot) how the domain got invalid, the error message is still lacking and the form simply does not save. from a UX pov there is no indication at all.
Updated by Marek Hulán over 6 years ago
I agree it's a bug, but it's hard to fix it if I can't reproduce it. Also if there's no way for user to make Domain invalid in the first place and it's some dev setup glitch, then I'd say it's low prio. It seems like regression of #13711
Updated by Marek Hulán over 6 years ago
- Related to Bug #13711: Can't create new subnet with domain added
Updated by Eric Hansen almost 6 years ago
I just hit this... not sure how to come out of it yet. I need to modify the subnet in question to add new locations and it won't let me because of this error.