Update to Kirby 3.7.5
This commit is contained in:
@@ -314,7 +314,6 @@ class Panel
|
||||
|
||||
// create a micro-router for the Panel
|
||||
return Router::execute($path, $method = $kirby->request()->method(), $routes, function ($route) use ($areas, $kirby, $method, $path) {
|
||||
|
||||
// route needs authentication?
|
||||
$auth = $route->attributes()['auth'] ?? true;
|
||||
$areaId = $route->attributes()['area'] ?? null;
|
||||
@@ -416,7 +415,6 @@ class Panel
|
||||
$routes = [];
|
||||
|
||||
foreach ($dialogs as $key => $dialog) {
|
||||
|
||||
// create the full pattern with dialogs prefix
|
||||
$pattern = 'dialogs/' . trim(($dialog['pattern'] ?? $key), '/');
|
||||
|
||||
@@ -492,7 +490,6 @@ class Panel
|
||||
$routes = [];
|
||||
|
||||
foreach ($searches as $name => $params) {
|
||||
|
||||
// create the full routing pattern
|
||||
$pattern = 'search/' . $name;
|
||||
|
||||
|
@@ -420,7 +420,6 @@ class View
|
||||
|
||||
// if requested, send $fiber data as JSON
|
||||
if (Panel::isFiberRequest() === true) {
|
||||
|
||||
// filter data, if only or globals headers or
|
||||
// query parameters are set
|
||||
$fiber = static::apply($fiber);
|
||||
|
Reference in New Issue
Block a user