Actions
Regression #13735
closedUPnP service status is incorrect when disabled
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.01
Release Notes:
Force Exclusion
Affected Version:
Affected Architecture:
Description
When the UPnP service is disabled (top checkbox unchecked), the service is still listed but shown as stopped.
It should either be hidden or shown with a disabled icon instead.
The current check is testing for the presence of the 'enable' tag when it needs to be checking the value ('on' enabled, blank or missing disabled). This was changed during recent development, so it wasn't a problem in the last release.
To me, I have a fix.
Updated by Jim Pingle almost 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset b573f1194c44baf82fe2d0b094032e72207865ae.
Updated by Jim Pingle almost 2 years ago
- Status changed from Feedback to Resolved
Service is now hidden when disabled.
Actions