You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I change a setting, for exemple : "Add a footer with sign "(sorry I have the french translate), this settings doesn't want save. If I reload the page, the setting was in the original position
Expected behavior
Setting be in the position that I want
The text was updated successfully, but these errors were encountered:
Encountered the same problem in LibreSign 6.3.1, Nextcloud 25.0.12.
Did some digging, and I think this is a UI bug.
App settings appear to be stored in the database table named "oc_appinfo," and when settings are updated, the database table updates rows with the "libresign" in the "appid" column correctly.
JSON objects returned from calls to endpoints like "/ocs/v2.php/apps/provisioning_api/api/v1/config/apps/libresign/write_qrcode_on_footer" display the correctly updated value as well, but the sliders do not render properly.
I also think the UI bug is specifically limited to the slider elements.
Describe the bug
When I change a setting, for exemple : "Add a footer with sign "(sorry I have the french translate), this settings doesn't want save. If I reload the page, the setting was in the original position
Expected behavior
Setting be in the position that I want
The text was updated successfully, but these errors were encountered: