Skip to content

Commit

Permalink
Show pages with any status in the command center (#51324)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 12, 2023
1 parent f634c45 commit eb6220b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/core-commands/src/site-editor-navigation-commands.js
Expand Up @@ -38,6 +38,13 @@ const getNavigationCommandLoaderPerPostType = ( postType ) =>
search: !! search ? search : undefined,
per_page: 10,
orderby: search ? 'relevance' : 'date',
status: [
'publish',
'future',
'draft',
'pending',
'private',
],
}
: {
per_page: -1,
Expand Down

1 comment on commit eb6220b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in eb6220b.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5243007140
📝 Reported issues:

Please sign in to comment.