mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-03 11:55:52 +01:00
Revert "Include non routable pages (e.g. modular pages) in the pages list filter"
This reverts commit f6ea2f612a.
This commit is contained in:
@@ -415,7 +415,7 @@ class AdminController
|
|||||||
$queries = !empty($data['query']) ? explode(',', $data['query']) : [];
|
$queries = !empty($data['query']) ? explode(',', $data['query']) : [];
|
||||||
|
|
||||||
/** @var Collection $collection */
|
/** @var Collection $collection */
|
||||||
$collection = $this->grav['pages']->allIncludingNonRoutable();
|
$collection = $this->grav['pages']->all();
|
||||||
|
|
||||||
if (count($flags)) {
|
if (count($flags)) {
|
||||||
// Filter by state
|
// Filter by state
|
||||||
|
|||||||
Reference in New Issue
Block a user