#61440 closed defect (bug) (fixed)
Fix inconsistency of block style variation names causing duplicate UI options
| Reported by: | aaronrobertshaw | Owned by: | oandregal |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.6 |
| Component: | Editor | Version: | 6.6 |
| Severity: | normal | Keywords: | gutenberg-merge has-patch |
| Cc: | Focuses: |
Description
This ticket tracks the backporting of PHP files for the following Gutenberg fix:
https://github.com/WordPress/gutenberg/pull/62550
These changes prevent an incorrect duplicate block style from appearing within the block styles panel due to inconsistencies between variation names due to case sensitivity.
This fix then also means that variation definitions from different sources get merged and applied correctly.
Change History (3)
This ticket was mentioned in PR #6824 on WordPress/wordpress-develop by @aaronrobertshaw.
2 years ago
#1
- Keywords has-patch added
@oandregal commented on PR #6824:
2 years ago
#3
Committed at https://core.trac.wordpress.org/changeset/58413
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Backports the PHP changes from https://github.com/WordPress/gutenberg/pull/62550 fixing an issue with duplicate block style options appearing and variation definitions from different sources not merging correctly.
Test Instructions:
register_block_stylesnippet below/styles/partial.jsonusing the following snippetTrac ticket: https://core.trac.wordpress.org/ticket/61440