Site Editor > Templates: fix author filter#76625
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. |
|
Size Change: -2 B (0%) Total Size: 8.75 MB
ℹ️ View Unchanged
|
|
I've checked and this doesn't need to be backported because it's a bug that's already present in 6.9. It'd be nice to get it in, though. cc @ellatrix |
|
Checked with Ella, it's okay to backport. |
|
Flaky tests detected in 7d6a693. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/23241318264
|
|
I just cherry-picked this PR to the wp/7.0 branch to get it included in the next release: 5d834c3 |
What?
Fix the author filter functionality in the Site Editor's Templates view.
Before:
Screen.Recording.2026-03-18.at.11.39.38.mov
After:
Screen.Recording.2026-03-18.at.11.53.22.mov
Why?
It's broken.
How?
isLocked: trueto the filtered view, to prevent users from being able to remove it. This follows suit of what we do for the views in Site Editor > Pages.isinstead ofisAny).Testing Instructions