Actions
Bug #4519
closedRenaming host with / in name causes "No route matches" error
Description
1. Edit an existing host
2. Change name to "foo/bar" (or add a "/" inside the name)
3. Submit form
You receive the following error:
No route matches {:action=>"toggle_manage", :controller=>"hosts", :id=>"foo/bar.example.com"}
The save doesn't occur as the name is invalid (since #3697), but the form fails to re-render.
Updated by Dominic Cleal about 11 years ago
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset adc931f2107eaf14f095193a03ebad6dc10e4d22.
Actions