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

This reverts commit f6ea2f612a.
This commit is contained in:
Flavio Copes
2015-09-10 09:15:00 +02:00
parent f6ea2f612a
commit 2a3572850c

View File

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