Skip to content

Commit

Permalink
DataViews: Fix author sorting in templates and template parts (#58167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Jan 24, 2024
1 parent 72436e1 commit e035f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export default function PageTemplatesTemplateParts( { postType } ) {
data: filteredData,
view,
fields,
textFields: [ 'title' ],
textFields: [ 'title', 'author' ],
} );
}
// Handle pagination.
Expand Down

1 comment on commit e035f71

@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 e035f71.
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/7638523726
📝 Reported issues:

Please sign in to comment.