New: Year custom filter in Series Index
This commit is contained in:
parent
a3938d8e02
commit
d7ca3490a8
|
@ -348,6 +348,11 @@ export const filterBuilderProps = [
|
||||||
name: 'hasMissingSeason',
|
name: 'hasMissingSeason',
|
||||||
label: () => translate('HasMissingSeason'),
|
label: () => translate('HasMissingSeason'),
|
||||||
type: filterBuilderTypes.EXACT
|
type: filterBuilderTypes.EXACT
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'year',
|
||||||
|
label: () => translate('Year'),
|
||||||
|
type: filterBuilderTypes.NUMBER
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue