New: Year custom filter in Series Index

This commit is contained in:
Stevie Robinson 2023-09-26 19:09:50 +02:00 committed by Mark McDowall
parent a3938d8e02
commit d7ca3490a8
1 changed files with 5 additions and 0 deletions

View File

@ -348,6 +348,11 @@ export const filterBuilderProps = [
name: 'hasMissingSeason',
label: () => translate('HasMissingSeason'),
type: filterBuilderTypes.EXACT
},
{
name: 'year',
label: () => translate('Year'),
type: filterBuilderTypes.NUMBER
}
];