Skip to content

Commit

Permalink
DataViews: limit users to those who have published pages (#55455)
Browse files Browse the repository at this point in the history
Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
  • Loading branch information
oandregal and ntsekouras authored Oct 19, 2023
1 parent d70f278 commit 65dd508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function PagePages() {
} = useEntityRecords( 'postType', 'page', queryArgs );

const { records: authors } = useEntityRecords( 'root', 'user', {
who: 'authors',
has_published_posts: [ 'page' ],
} );

const paginationInfo = useMemo(
Expand Down

1 comment on commit 65dd508

@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 65dd508.
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/6571343065
📝 Reported issues:

Please sign in to comment.