[wp-trac] [WordPress Trac] #59085: Command Palette - switching posts wrong url redirect for non FSE sites

WordPress Trac noreply at wordpress.org
Sat Aug 12 12:24:23 UTC 2023


#59085: Command Palette - switching posts wrong url redirect for non FSE sites
-------------------------------+-----------------------------
 Reporter:  tdrayson           |      Owner:  (none)
     Type:  defect (bug)       |     Status:  new
 Priority:  normal             |  Milestone:  Awaiting Review
Component:  Posts, Post Types  |    Version:  6.3
 Severity:  normal             |   Keywords:
  Focuses:  ui                 |
-------------------------------+-----------------------------
 With the new update to WordPress 6.3, they introduced the command palette.
 This is great for quickly and easily switching between posts and other
 things.

 It is enabled for all sites (including sites not using a FSE theme)

 However, when trying to switch to a different post, it redirects me to:


 {{{/wp-admin/site-editor.php?postType=post&postId=12621}}}

 Which I then get the error:

 {{{The theme you are currently using is not compatible with the Site
 Editor.}}}

 The command should change the slug it tries to visit depending on if your
 site supports FSE or not.

 Either:

 {{{/wp-admin/post.php?post=12621&action=edit}}}

 or

 {{{/wp-admin/site-editor.php?postType=post&postId=12621}}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59085>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list