Skip to content

[BUG] Auto Favorite toggle does not persist (reverts to disabled after saving) #2022

@pjao

Description

@pjao

Description
When enabling Auto Favorite and clicking Save, the UI shows a success message (“Auto Favorite settings saved”), but the setting immediately returns to disabled. After that, it is not possible to keep Auto Favorite enabled.

Steps to reproduce

  1. Open Settings (Admin UI)
  2. Go to Auto Favorite
  3. Toggle Auto Favorite to Enabled/Active
  4. Click Save
  5. Observe the state of the toggle after the save completes

Expected behavior

  • After clicking Save, Auto Favorite remains enabled (toggle stays on)
  • Refreshing the page should keep Auto Favorite enabled
  • The backend configuration should persist and reflect the enabled state

Actual behavior

  • After clicking Save, a success message appears: “Auto Favorite settings saved”
  • The toggle/state reverts back to disabled immediately (or on refresh)
  • Auto Favorite cannot be kept enabled

Evidence (screenshots)

  1. Before saving (toggle enabled):
Image
  1. After saving (shows disabled again):
Image

Environment
App version: 3.7.0
Client type: CLIENT_BASE
Firmware: 2.7.19.bb3dd65
Browser: Firefox
OS: Windows
Deployment: Docker

Additional notes

  • No validation errors are shown in the UI.
  • If relevant, I can provide:
    • Browser console logs (F12) while saving
    • Network request/response (status code + payload) for the Save action
    • Server logs around the time of saving

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions