Opened 12 months ago
#60121 new defect (bug)
catastrophic content overwrite from "Add New Pattern"
Reported by: | vialars | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | blocker | Version: | 6.4.2 |
Component: | Posts, Post Types | Keywords: | |
Focuses: | administration, template | Cc: |
Description
"Add New Pattern" /wp-admin/post-new.php?post_type=wp_block&lang=en
from /wp-admin/edit.php?post_type=wp_block
and Publishing it
overwrites / replaces the last there added pattern,
giving it the same post id like the one overwritten / replaced.
When then creating a pattern from a post editor Gutenberg block, that pattern is added next to the pattern(s) at /wp-admin/edit.php?post_type=wp_block giving it an id jumping all those ids equalling attempts at adding a pattern from there.
Note: See
TracTickets for help on using
tickets.