-
Notifications
You must be signed in to change notification settings - Fork 106
Settings not persistent #948
Comments
Hm, there should be logs. Most likely problem is that the app cant write into the data/ directory where the config is stored, can you check? |
Ok, weird, can reproduce it :) one sec |
Hello, thank you for the quick response. Thank you. |
First guess is a regression in core stable9 and postgresql, works fine for me on sqlite. One sec ;) |
Yes, it's a bug in core, here's the issue owncloud/core#23583 |
Ok, it seems there are some inconsistencies when saving boolean values, I've changed it to saving strings so the issue should be resolved now in master |
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
I can change settings via the settings menu (like enabling the "compact view") and they work fine, but if I reload the page (or visit it again later) the settings are back to the defaults (all checkboxes are cleared).
I don't know if this is intentional, but I would like my changes to be persistent.
Steps to Reproduce
System Information
Contents of owncloud/data/owncloud.log
No logs are written while reproducing the problem.
Contents of Browser Error Console
Nothing is output to the browser console while reproducing the problem.
The text was updated successfully, but these errors were encountered: