06 Feb
This commit is contained in:
parent
98bd71c760
commit
8b2ec705c9
83 changed files with 3467 additions and 1214 deletions
|
|
@ -106,7 +106,8 @@ class PageRepository extends NestedTreeRepository
|
|||
->where('node.status > 0')
|
||||
->andWhere('node.template = \'overview\'')
|
||||
->andWhere('node.lvl = 0')
|
||||
->orderBy('node.lft,node.title,childPage.lft,childPage.title')
|
||||
->andWhere('node.order > 0')
|
||||
->orderBy('node.order,node.title, childPage.lft, childPage.title')
|
||||
->getQuery()
|
||||
->execute()
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue