forked from DebaucheryLibrarian/traxxx
Showing actors without gender info in overview.
This commit is contained in:
@@ -194,9 +194,18 @@ function initActorActions(store, _router) {
|
||||
name: {
|
||||
startsWith: $letter
|
||||
},
|
||||
gender: {
|
||||
in: $genders
|
||||
},
|
||||
or: [
|
||||
{
|
||||
gender: {
|
||||
in: $genders
|
||||
},
|
||||
},
|
||||
{
|
||||
gender: {
|
||||
isNull: true
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
) {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user