Skip to content

Commit f62c8ff

Browse files
[25.0] Add username filter to published pages grid
Fixes #20481
1 parent 48a3dd6 commit f62c8ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/Grid/configs/pagesPublished.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ const fields: FieldArray = [
9797
const validFilters: Record<string, ValidFilter<string | boolean | undefined>> = {
9898
title: { placeholder: "title", type: String, handler: contains("title"), menuItem: true },
9999
slug: { handler: contains("slug"), menuItem: false },
100+
user: { placeholder: "user", type: String, handler: contains("username"), menuItem: true },
100101
};
101102

102103
/**

0 commit comments

Comments
 (0)