Actions
Testing #266
closedVerify access point configuration works in web UI
Start date:
14 Jan 2014
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
The wireless client config works but the access point was not tested for the 0.7.0 release.
Updated by Hammel over 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
All of the access point configuration works except for changing the /etc/networks/nettype file. That is supposed to get changed when the radio buttons for "Wireless Client" and "Access Point" are changed.
Updated by Hammel over 10 years ago
- % Done changed from 30 to 50
I think the only problem here is that the call to php setMode() is being done in the wrong place. It should be in the setNetMode() javascript function instead of the saveIt() javascript function. The latter doesn't handle it correctly and it works better in the former.
Updated by Hammel over 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Made the above change and tested. It works. I've checked in the changes and pushed upstream.
This issue can be closed.
Actions