Bug #494
closed
Additional DHCP options lost on input errors
Added by Chris Buechler over 14 years ago.
Updated over 14 years ago.
Description
If you define additional DHCP options on services_dhcp.php, along with something that triggers an input error, all the additional DHCP options are lost.
- Assignee set to Jim Pingle
The code that copies the numbered options into $pconfig is inside of a block that is only entered if (!$input_errors) which is why it's getting lost. The other options stay because they are named the same, but the numbered options are copied into an array that is laid out differently.
I'll see if I can come up with a way to fix this.
- Status changed from New to Feedback
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
Also available in: Atom
PDF