Only filtering on age when date of birth is not available.

This commit is contained in:
DebaucheryLibrarian 2021-03-03 22:28:52 +01:00
parent e9ed23abe4
commit 96f9c8f01d
1 changed files with 3 additions and 0 deletions

View File

@ -289,6 +289,9 @@ function initActorActions(store, router) {
}
},
{
dateOfBirth: {
isNull: true
}
age: {
greaterThanOrEqualTo: ${age[0]}
lessThanOrEqualTo: ${age[1]}