Page MenuHomePhabricator

Debmonitor: backend-changeable settings are stored in the browser's session storage
Open, MediumPublic

Description

The current settings for debmonitor makes it save into the browser's session storage the whole JSON config for DataTables, that includes the columns configuration.
This can lead to some unwanted behaviour when deploying a new version. IIRC the session storage was introduced just to save the search parameters on refresh, so it should save only settings changeable by the user, not coming from the backend.