mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Show matching folders when filtering CMS objects. Ref #1466
This commit is contained in:
parent
3a7e1d6d31
commit
3e37c9307f
@ -304,7 +304,8 @@ class TemplateList extends WidgetBase
|
||||
return true;
|
||||
}
|
||||
}
|
||||
elseif (Str::$operator(Str::lower($item->fileName), $word)) {
|
||||
|
||||
if (Str::$operator(Str::lower($item->fileName), $word)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user