Only filtering on age when date of birth is not available.
This commit is contained in:
parent
e9ed23abe4
commit
96f9c8f01d
|
@ -289,6 +289,9 @@ function initActorActions(store, router) {
|
|||
}
|
||||
},
|
||||
{
|
||||
dateOfBirth: {
|
||||
isNull: true
|
||||
}
|
||||
age: {
|
||||
greaterThanOrEqualTo: ${age[0]}
|
||||
lessThanOrEqualTo: ${age[1]}
|
||||
|
|
Loading…
Reference in New Issue