WebUI config set monitored_mounts to "Show no Mounts on Dash" error on save
Quick Information
- Operating System: Linux
- Install Type: Git Cloned(Manual) / Installer
What Happened?
Using the WebUI to set monitored_mounts to "Show no Mounts on Dash" results in an error when saving.
Expected result
It should save instead of erroring
Steps to reproduce
Click "Show no Mounts on Dash" in the WebUI and save.
Possible Fix
If I use the browser console, it seems like something is setting the update request for monitored_mounts equal to "0". changing the 0 to "[]" (empty array) and resending works as it should. I would fix this issue, but i cannot find where this is happening in the code, but i know it has to be fronted JS for the modified request to still work.
Priority/Severity
-
High (anything that impacts the normal user flow or blocks app usage) -
Medium (anything that negatively affects the user experience) -
Low (anything else e.g., typos, missing icons/translations, layout/formatting issues, etc.)