-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
If a more recent revision/autosave exists, store its state on editor setup #7945
Conversation
73ed574
to
4c32e56
Compare
This comment has been minimized.
This comment has been minimized.
f5f49f9
to
27b921b
Compare
This seems an important bug to fix, but I'm moving to 3.8 for now as it doesn't seem ready. |
40cb6ab
to
847c699
Compare
68791dd
to
2af62da
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
53a19b0
to
9e1a31b
Compare
This comment has been minimized.
This comment has been minimized.
There's quite a bit which has since been changed in affected code here, for which I'm largely to blame (both for the changes and neglecting to review this sooner). Let me know if there's anything I can do to help with bringing this back up to date. |
e44f855
to
8cb8fe3
Compare
@aduth - I've rebased it. I ended up dropping a couple of commits that didn't seem relevant any more. They seem to have been fixed since. My understanding is that if we want to introduce this, the PHP code will need to patched into core. Is that right? |
Yes, and there may be some conflict to anticipate between this and the changes introduced to core as part of Trac#45194 (specifically 43833), which doesn't appear to have yet been ported back to the plugin (cc @imath @danielbachhuber). |
It's still a WIP on #4155 |
closes #7416
Attempts to resolve an issue whereby the editor is unaware of the existence of
a more recent autosave, resulting in attempts to perform an autosave fail.
Description
This PR results in autosave state being fetched when the editor loads (via a resolver). This request is preloaded (will require a core patch). Changes include:
How has this been tested?
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist: