-
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
Query Loop: Fix passing of namespace
when selecting from suggested patterns
#63402
Query Loop: Fix passing of namespace
when selecting from suggested patterns
#63402
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
Good catch, @ntsekouras!
The fix works as expected ✅
Size Change: +11 B (0%) Total Size: 1.76 MB
ℹ️ View Unchanged
|
Flaky tests detected in dc4144b. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9886932465
|
…patterns (WordPress#63402) Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
What?
Related: #58194
By testing another PR I noticed that when we insert a Query Loop variation that uses the
namespace
attribute to define whether is active, if we select one of the suggested patterns to start with, the namespace is not passed, making it inactive.This PR fixes that.
Testing Instructions
Posts List
variation and clickchoose
to show the suggested patterns