mirror of
				https://github.com/getgrav/grav-plugin-admin.git
				synced 2025-11-03 20:05:53 +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']) : [];
 | 
			
		||||
 | 
			
		||||
        /** @var Collection $collection */
 | 
			
		||||
        $collection = $this->grav['pages']->allIncludingNonRoutable();
 | 
			
		||||
        $collection = $this->grav['pages']->all();
 | 
			
		||||
 | 
			
		||||
        if (count($flags)) {
 | 
			
		||||
            // Filter by state
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user