]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Repository/TagRepository.php
Fix tags count in menu
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 25 Sep 2016 09:21:13 +0000 (11:21 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 25 Sep 2016 10:03:49 +0000 (12:03 +0200)
commitfaa86e06ba3032fdb98f3c0f79c72e8581d3c96f
treefbb850231bcdf3e24445c3e73499114e6f30f49c
parent9d7dd6b0d2480d3efff5b0ab1461f2ef99bfd57a
Fix tags count in menu

Move enable cache for Tag in the Entity because function `find*` should return result and not a Query
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/Repository/TagRepository.php
src/Wallabag/CoreBundle/Twig/WallabagExtension.php