Include non routable pages (e.g. modular pages) in the pages list filter

This commit is contained in:
Flavio Copes
2015-09-10 09:11:52 +02:00
parent b722c2295c
commit f6ea2f612a

View File

@@ -415,7 +415,7 @@ class AdminController
$queries = !empty($data['query']) ? explode(',', $data['query']) : [];
/** @var Collection $collection */
$collection = $this->grav['pages']->all();
$collection = $this->grav['pages']->allIncludingNonRoutable();
if (count($flags)) {
// Filter by state