Skip to content

Commit

Permalink
Show pages with any status in the command center
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 8, 2023
1 parent bdf728b commit afcb67b
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
Original file line number Diff line number Diff line change
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

0 comments on commit afcb67b

Please sign in to comment.