mirror of
https://github.com/strapi/strapi.git
synced 2025-12-03 18:42:47 +00:00
Merge pull request #17476 from strapi/feat/sortable-assignee-list-view
Make assignee sortable from the list view
This commit is contained in:
commit
faedd3a6d1
@ -39,7 +39,13 @@ export const REVIEW_WORKFLOW_COLUMNS_EE = [
|
||||
defaultMessage: 'Assignee',
|
||||
},
|
||||
searchable: false,
|
||||
sortable: false,
|
||||
sortable: true,
|
||||
mainField: {
|
||||
name: 'firstname',
|
||||
schema: {
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user