Bug #1524
closed
Enable multiplexer checkbox not updating in web interface
Added by Brian Walton over 12 years ago.
Updated about 12 years ago.
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.
- 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
- Status changed from Accepted to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:39a2272b56fd6faeabf766b31e6c1c2b3d3b5f91.
Also available in: Atom
PDF