Showing actors without gender info in overview.

This commit is contained in:
2020-02-14 02:30:43 +01:00
parent 6a0babe986
commit 872a529d3e
3 changed files with 14 additions and 5 deletions

View File

@@ -194,9 +194,18 @@ function initActorActions(store, _router) {
name: {
startsWith: $letter
},
gender: {
in: $genders
},
or: [
{
gender: {
in: $genders
},
},
{
gender: {
isNull: true
},
}
]
},
) {
id