forked from DebaucheryLibrarian/traxxx
Fixed search documents to coalesce empty parent entities.
This commit is contained in:
@@ -43,12 +43,12 @@ function initUiActions(_store, _router) {
|
||||
url
|
||||
type
|
||||
isNew
|
||||
site {
|
||||
entity {
|
||||
id
|
||||
slug
|
||||
name
|
||||
url
|
||||
network {
|
||||
parent {
|
||||
id
|
||||
slug
|
||||
name
|
||||
@@ -105,7 +105,7 @@ function initUiActions(_store, _router) {
|
||||
dateOfBirth
|
||||
dateOfDeath
|
||||
gender
|
||||
network {
|
||||
entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
@@ -124,7 +124,7 @@ function initUiActions(_store, _router) {
|
||||
alias
|
||||
}
|
||||
}
|
||||
network {
|
||||
entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
|
||||
Reference in New Issue
Block a user