mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-08 16:42:56 +01:00
Include non routable pages (e.g. modular pages) in the pages list filter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user