-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update synced media references when saving a post with ongoing uploads #17157
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
I'm going to bump this to the next release because we'll be code freezing 18.4 today and this hasn't been approved yet. If this cannot wait two weeks and it's important that it makes it into this release, let me know and we'll organize a new beta once ready. |
Thanks @mokagio for bumping it to the next release 🙇 , this fix is not critical so it can wait to the next version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to reproduce the issue consistently following the instructions in WordPress/gutenberg#33593 (comment) and verified the fix and it LGTM 👍 We only need to update the release notes to be in the correct version.
Thanks @ceyhun for the review ❤️! I've just updated the release notes in this commit, once the CI checks pass I'll merge it. |
Fixes WordPress/gutenberg#33593
To test:
src
attributes of allimg
tags reference a remote URL and not a local version.https://
///
Regression Notes
Potential unintended areas of impact
The fix is specific to the post save process when there are uploads in progress, so apart from this area, I don't expect other unintended areas of impact.
What I did to test those areas of impact (or what existing automated tests I relied on)
I tested in the following scenarios for this area:
N/A
PR submission checklist:
RELEASE-NOTES.txt
if necessary.