Bug #5972
closedDHCPv6 Server Advanced Settings not displayed on page load
100%
Description
Setup DHCPv6 Server, click on any of the Advanced boxes, the various subsets of advanced settings are displayed.
Enter an advanced setting (e.g. put an NTP server).
Save
Go back to the page again.
All the Advanced sections are in their minimized state - with the Advanced button waiting to be clicked.
The section(s) that actually have advanced settings set should be opened for the user on page load.
This all works in the DHCPv4 server. Similar smart code needs to be added to services_dhcpv6.php
I am happy to have a look at it...
Updated by Chris Buechler over 8 years ago
- Category changed from DHCP (IPv6) to Web Interface
- Status changed from New to Confirmed
You're welcome to it, Phil. Same as the v4 page would be fine, you know how it should work. :)
Updated by Renato Botelho over 8 years ago
We can probably close this one in favor of #5994
Updated by Phillip Davis over 8 years ago
This one is a bit different, because it is the one page where there is no smart code to auto-open the relevant Advanced sections on initial page load.
In any case, I will supply code for both this and #5994 together.
Updated by Phillip Davis over 8 years ago
Pull request https://github.com/pfsense/pfsense/pull/2741
Commit https://github.com/pfsense/pfsense/commit/36e9994b110704d1220629141afe1a4e3ad0e0c5
Please test and (hopefully) change status to Resolved.
Updated by Renato Botelho over 8 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Thanks Phil!
Updated by Jim Pingle over 8 years ago
- Status changed from Feedback to Resolved
I tested the LDAP field and a couple others, seems to work OK for me.