forked from DebaucheryLibrarian/traxxx
Only filtering on age when date of birth is not available.
This commit is contained in:
@@ -289,6 +289,9 @@ function initActorActions(store, router) {
|
||||
}
|
||||
},
|
||||
{
|
||||
dateOfBirth: {
|
||||
isNull: true
|
||||
}
|
||||
age: {
|
||||
greaterThanOrEqualTo: ${age[0]}
|
||||
lessThanOrEqualTo: ${age[1]}
|
||||
|
||||
Reference in New Issue
Block a user