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.
2 parents d6e5c9d + bc7e809 commit a7c217dCopy full SHA for a7c217d
src/app/Library/CrudPanel/CrudFilter.php
@@ -40,7 +40,7 @@ public function __construct($options, $values, $logic, $fallbackLogic)
40
$this->key = Str::camel($options['name']);
41
$this->type = $options['type'] ?? $this->type;
42
$this->label = $options['label'] ?? $this->crud()->makeLabel($this->name);
43
- $this->viewNamespace = $options['view_namespace'] ?? $this->viewNamespace;
+ $this->viewNamespace = $options['viewNamespace'] ?? $options['view_namespace'] ?? $this->viewNamespace;
44
$this->view = $this->type;
45
$this->placeholder = $options['placeholder'] ?? '';
46
0 commit comments