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
- Open Settings (Admin UI)
- Go to Auto Favorite
- Toggle Auto Favorite to Enabled/Active
- Click Save
- 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)
- Before saving (toggle enabled):
- After saving (shows disabled again):
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