Template Part: Reflect name updates without saving changes#58644
Template Part: Reflect name updates without saving changes#58644
Conversation
|
Size Change: 0 B Total Size: 1.69 MB ℹ️ View Unchanged
|
|
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 Core SVNCore Committers: Use this line as a base for the props when committing in SVN: GitHub Merge commitsIf 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. |
|
Thank you, Nik! |
|
This appears to have introduced a regression when the site editor has the "Always open list view" toggle switched on, I think because it's possible for entity to be an empty object before it's been resolved, and then |
|
Ugh, I forgot that edited records always return the object. I wonder if I should update the entity check for early return. |
|
Either way is fine, I think! |
What?
Fixes #29844.
PR updates the
__experimentalLabelmethod for the Template Part block to reflect name updates without saving changes.Why?
See #29844.
How?
Swap the
getEntityRecordselector withgetEditedEntityRecord.Testing Instructions
Testing Instructions for Keyboard
Same.
Screenshots or screencast
CleanShot.2024-02-03.at.14.23.46.mp4