diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9c63ed4..a11466c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,12 +5,13 @@ Changelog Not yet released ---------------- +* #777: Fix pushover_status checkbox population from config. + v3.4.2 (released September 24, 2019) -------------------------------- * 1b0d86b: Fixed wrong upgrade query and added forgotten version_compare. - v3.4.1 (released September 17, 2019) -------------------------------- diff --git a/src/templates/default/module/config/config.tpl.html b/src/templates/default/module/config/config.tpl.html index 030fc017..d5e054e0 100644 --- a/src/templates/default/module/config/config.tpl.html +++ b/src/templates/default/module/config/config.tpl.html @@ -130,7 +130,7 @@
{{ label_settings_pushover }} - {{ macro.input_checkbox("pushover_status", "pushover_status", label_pushover_status, log_pushover_status) }} + {{ macro.input_checkbox("pushover_status", "pushover_status", label_pushover_status, pushover_status_checked) }} {{ macro.input_checkbox("log_pushover", "log_pushover", label_log_pushover, log_pushover_checked) }} @@ -156,4 +156,4 @@ {{ macro.input_csrf() }} - \ No newline at end of file +