Actions
Bug #494
closedAdditional DHCP options lost on input errors
Start date:
04/10/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
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.
Updated by Jim Pingle almost 16 years ago
- 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.
Updated by Jim Pingle almost 16 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:"6d1af0e9d8e4398f71a572bb1cf2b4174ac5503b".
Actions