Updated tag page layout. Added shoot date property. Showing parent favicon on compact entity page. Re-added 'new' indicator on tile. Added Family Sinner to Mile High Media. Various fixes and improvements.
This commit is contained in:
@@ -36,6 +36,11 @@ function initEntitiesActions(store, _router) {
|
||||
hasLogo
|
||||
children: childEntitiesConnection(
|
||||
orderBy: [PRIORITY_DESC, NAME_ASC],
|
||||
filter: {
|
||||
type: {
|
||||
notEqualTo: "info"
|
||||
}
|
||||
}
|
||||
) {
|
||||
nodes {
|
||||
id
|
||||
@@ -44,6 +49,7 @@ function initEntitiesActions(store, _router) {
|
||||
url
|
||||
type
|
||||
priority
|
||||
independent
|
||||
hasLogo
|
||||
}
|
||||
}
|
||||
@@ -175,6 +181,7 @@ function initEntitiesActions(store, _router) {
|
||||
slug
|
||||
type
|
||||
url
|
||||
independent
|
||||
hasLogo
|
||||
children: childEntitiesConnection {
|
||||
totalCount
|
||||
@@ -203,6 +210,7 @@ function initEntitiesActions(store, _router) {
|
||||
slug
|
||||
type
|
||||
url
|
||||
independent
|
||||
hasLogo
|
||||
parent {
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user