Bug #15301
closedSetup Wizard WAN configuration form field problem
100%
Description
The "Configure WAN Interface" step of the wizard (4 of 9) is broken. The drop-down selector that changes the type is not automatically set to match the configuration and when selecting things manually it does not properly adjust the visible form fields.
As a result, attempting to finish the wizard results in a broken WAN configuration.
JS error in the browser console is:
Uncaught TypeError: document.forms[0].selectedtype is undefined
Possibly related to recent jQuery updates.
Related issues
Updated by Jim Pingle 9 months ago
- Status changed from Confirmed to In Progress
- Assignee set to Jim Pingle
I have a fix in the works, testing it now.
Updated by Jim Pingle 9 months ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 01ea8e052a66563d1a71425407b941323e921680.
Updated by Jim Pingle 9 months ago
- Subject changed from JavaScript Error in Setup Wizard prevents configuring WAN properly to Setup Wizard WAN configuration form field problem
- Status changed from Feedback to In Progress
There is another issue here that is preventing it from working 100% correctly. The form field changed from "selectedtype" to "configurationtype" in a13da2b02880a2e5ac05ce742031793bfea55a84 but the backend didn't follow that change. The text changed there affects the submitted values it isn't just a visible description.
Updated by Jim Pingle 9 months ago
- Related to Bug #14989: Typo in the Setup Wizard added
Updated by Jim Pingle 9 months ago
- Release Notes changed from Default to Force Exclusion
Updated by Jim Pingle 9 months ago
- Status changed from In Progress to Feedback
Applied in changeset 53dfecd045665701fa4a7f08885f6b86363b1fa0.
Updated by Jim Pingle 9 months ago
- Status changed from Feedback to Resolved
This is fine now, I've gone through the wizard a few times on the latest snapshot without a problem.