sflems / led-board-manager

A Django based web app to configure LED Scoreboards running on a Raspberry Pi.

Repository from Github https://github.comsflems/led-board-managerRepository from Github https://github.comsflems/led-board-manager

Bug: Changing multiple flags results in missed changes

sflems opened this issue · comments

When changing multiple flags at once, the board reloads before all flags are set.

Constance sends an update signal for every key. The supervisor update command function is nested in this receiver and needs to be moved to wait for all changes to be saved then to render the template and reload in one call.