Make WordPress Core

Opened 2 years ago

Last modified 2 months ago

#59085 new defect (bug)

Command Palette - switching posts wrong url redirect for non FSE sites

Reported by: tdrayson's profile tdrayson Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.3
Component: Editor Keywords: close
Focuses: ui Cc:

Description

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

Change History (1)

#1 @SirLouen
2 months ago

  • Component changed from Posts, Post Types to Editor
  • Keywords close added

There is a whole section in the Gutenberg Repository, talking about the Command Palette

Please open a ticket there, and once you have post it, copy the link here for reference.

Note: See TracTickets for help on using tickets.