Skip to content

BUG **CRITICAL**: Enter keystroke in settings form field will erase all data from .JSON settings files. #167

@seanvree

Description

@seanvree

ISSUE: A critical bug was discovered in the Monitorr settings page form. If a user clicks inside a field on any of the settings pages and fires ENTER keystroke, the ajax call will write blank data to the user's .json files in their data directory thus completely breaking Montiorr if the UI is refreshed and the blank data is loaded into the DOM.

Assumption: JSON values are not being encoded from the input field however, the ajax post processor is receiving the blank data and writing it to the .json file.

Resolution: TBD.

Temp fix: DO NOT PRESS ENTER KEY WHEN FOCUS IS IN ANY INPUT FIELD. Users must click on the SUBMIT button.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions