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] Edit Config not saving changes #742

Closed
4 tasks done
UrekD opened this issue Jun 20, 2022 · 8 comments
Closed
4 tasks done

[BUG] Edit Config not saving changes #742

UrekD opened this issue Jun 20, 2022 · 8 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@UrekD
Copy link
Contributor

UrekD commented Jun 20, 2022

Environment

Self-Hosted (Docker)

Version

2.1.0

Describe the problem

Updating the config with the "old" editor tree/code doesn't save changes to the config file on disk, just writes the config again with same data. Using the interactive editor it saves it fine. Looking at the POST request send when trying to save, in case of the interactive editor the value passed includes the config with the changes. But when looking at the same POST with the other editor it just passes on the same config as before it was edited.

Tested on my config and also a fresh container. Tried clearing cookies and rebuild, but I'm guessing that doesn't matter much if data doesn't reach the config anyway. Also saving to local doesn't work either in the "old" editor. If you preview the changes it writes changes instantly, I'm guessing it uses the same layout and functions as the interactive editor. Most likely related to #603, opened this as that had no real info.

Additional info

Interactive edit writes new data to config
notepad++_27NxJVwWrs

"Old" editor writes same/old data to config
notepad++_mEBJLhS4P1

Edit using "Old" editor, text in the notepad is the config value found in the save POST request
notepad++_9IChP4BMOr

Config value passed to the POST request when edited with interactive editor
notepad++_kVjPDpQBbj

Please tick the boxes

@UrekD UrekD added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Jun 20, 2022
@Glitch3dPenguin
Copy link
Contributor

I am also having this same issue.

@liss-bot liss-bot added the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Jun 28, 2022
@Lissy93
Copy link
Owner

Lissy93 commented Jun 28, 2022

I am working on a complete re-work of how config is managed to make things faster, and that should also fix this issue.

I think duplicate of #603, but this ticket is much clearer with lots of really good info, so keeping open.

@liss-bot liss-bot removed the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Jun 28, 2022
@liss-bot
Copy link
Collaborator

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Jul 29, 2022
@chevdor
Copy link

chevdor commented Jul 29, 2022

See #799

@liss-bot liss-bot added 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending and removed ⚰️ Stale [ISSUE] [PR] No activity for over 1 month labels Jul 29, 2022
@liss-bot
Copy link
Collaborator

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added ⚰️ Stale [ISSUE] [PR] No activity for over 1 month and removed 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending labels Aug 29, 2022
@UrekD
Copy link
Contributor Author

UrekD commented Aug 29, 2022

See #799

@liss-bot liss-bot added 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending and removed ⚰️ Stale [ISSUE] [PR] No activity for over 1 month labels Aug 29, 2022
@liss-bot
Copy link
Collaborator

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added ⚰️ Stale [ISSUE] [PR] No activity for over 1 month and removed 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending labels Sep 29, 2022
@UrekD
Copy link
Contributor Author

UrekD commented Oct 3, 2022

I'll go ahead and close this one you already got it planned in #799, to prevent having to reply it to every 6 weeks and save you having to close it in the future anyway. Thanks for the hard work :)

@UrekD UrekD closed this as completed Oct 3, 2022
@liss-bot liss-bot removed the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
None yet
Development

No branches or pull requests

5 participants