Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Saving confing in /admin/backend is very frustating #757

Open
gaspo53 opened this issue Oct 25, 2024 · 2 comments
Open

[bug] Saving confing in /admin/backend is very frustating #757

gaspo53 opened this issue Oct 25, 2024 · 2 comments

Comments

@gaspo53
Copy link

gaspo53 commented Oct 25, 2024

I've been having some trouble saving changes to an S3 bucket backend. There's no confirmation of the change, and it doesn't always work. I'm not sure how the JavaScript events are being handled, but even though I've tried everything I can think of, like losing focus, pressing tab, clicking, hitting enter, refreshing the page, and even force-refreshing the page (which clears the cache), the changes are only saved about 1 out of 10 times. It's like a lottery!

In addition to reporting the bug, I think it would be really helpful if we could replace the AJAX edit/save feature with a simple Save button. That way, it would be easier to make changes and know that they've been saved. What do you think?

@dr4tinymous
Copy link

In the docker installation at least, there is a spinning icon indicator while writes are happening; it's pretty quick and frequent. i know that isn't going to solve your situation but i'm hoping it will help a little for the time being!

@timptner
Copy link

timptner commented Nov 8, 2024

I'm also very much pro save-button. When making changes in the admin config they will instantly update inbetween typing and if a user logs in right at that moment they could access unexpected paths. This could even become an security problem.

Is there a way to change the config directly via file on the server? Would the file change be recognized by the server process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@gaspo53 @timptner @dr4tinymous and others