-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Writer field content deleted, when renaming page slug #6507
Comments
Possibly related to these issues: #6351 and #5659 We also have a similar issue with the Markdown field: fabianmichael/kirby-markdown-field#164 |
Interesting, really seems to only happen on very fast connections, must be some kind of race condition. I'm also seeing my bug locally using Valet as a dev server (I'll add that in the bug description), doesn't seem to happen on a real production server so far. |
I can reproduce this. For me it seems to happen so far always to the last writer field on the screen. Is this something you can confirm from your experience too @FynnZW? |
Yes, it seems to be always the last writer field. |
Reminder: this is still a current issue (Kirby 4.4.1) and occurs also in Kirby 3 installations... |
+1 here. |
I'm glad to say that we seem to have a solution. #6972 We need a bit more testing though. |
Description
When a page slug is renamed, the last writer field on the page gets it's content deleted.
Saving then will lead to content loss (very possible if that field is out of view).
Screenshots
342869783-6d0d6bbd-7c86-488d-a654-be54bcd8d1b7.mp4
To reproduce
Your setup
Kirby Version
4.3.0 (also tested with 4.2.0 and 4.1.0.)
Tested with a fresh kirby plainkit and no plugins.
Your system (please complete the following information)
Additional context
Might be connected to #6506
The text was updated successfully, but these errors were encountered: