Bug #1524
Enable multiplexer checkbox not updating in web interface
Start date:
2013-01-12
Due date:
% Done:
100%
Estimated time:
Found in version:
3.3
Affected Versions:
Description
Using web interface, Configuration->TV Adapters->Multiplexes: Toggle Enable checkbox - the checkbox toggles then immediately returns to its previous state. If you save then return to the configuration, the required setting has been applied.
History
Updated by Adam Sutton almost 12 years ago
- Status changed from New to Accepted
- Target version set to 3.4
OK, I can see what's happening here. The webui event handler is receiving all mux updates but only has the specific adapters entries in the local store. It does a search and if not found (which will be the case for an update on another adapter) it forces a reload.
The reload is what results in the flag being cleared. The simple fix is to ignore updates from another adapter.
Adam
Updated by Adam Sutton almost 12 years ago
- Status changed from Accepted to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:39a2272b56fd6faeabf766b31e6c1c2b3d3b5f91.