We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b2dae commit 855bfd4Copy full SHA for 855bfd4
src/app/Library/CrudPanel/CrudFilter.php
@@ -148,7 +148,7 @@ public function getNamespacedViewWithFallbacks()
148
$namespaces = config('backpack.crud.view_namespaces.filters');
149
150
if ($this->viewNamespace != 'crud::filters') {
151
- $namespaces[] = $this->viewNamespace;
+ $namespaces = array_merge([$this->viewNamespace], $namespaces);
152
}
153
154
return array_map(function ($item) use ($type) {
0 commit comments