feeback show, header css lazy

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3482 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-12-27 16:40:23 +00:00
parent 30c42d0508
commit b28c7db598
24 changed files with 681 additions and 202 deletions

View file

@ -119,7 +119,7 @@ class PageRepository extends NestedTreeRepository
->where($qb->expr()->eq('node.parent', $rootPageId))
->andWhere('node.showInNavi = 1')
->andWhere('node.status = 1')
->orderBy('node.date')
->orderBy('node.order')
->getQuery()
->execute()
;