From bc932245a2c2035a89cd6731adb3913dda991f78 Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Wed, 24 Jan 2024 10:55:14 +0200 Subject: [PATCH] DataViews: Fix author sorting in templates and template parts --- .../src/components/page-templates-template-parts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/page-templates-template-parts/index.js b/packages/edit-site/src/components/page-templates-template-parts/index.js index 36e4ec084e6b87..da7c64a2b6349e 100644 --- a/packages/edit-site/src/components/page-templates-template-parts/index.js +++ b/packages/edit-site/src/components/page-templates-template-parts/index.js @@ -374,7 +374,7 @@ export default function PageTemplatesTemplateParts( { postType } ) { data: filteredData, view, fields, - textFields: [ 'title' ], + textFields: [ 'title', 'author' ], } ); } // Handle pagination.