From 1389f582023c6a294c6ca07b618b9abe5b95ab3c Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 25 Aug 2019 12:44:59 +0300 Subject: [PATCH] feat(admin-plugin): update edit method #218 #186 --- site/plugins/admin/app/Controllers/EntriesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins/admin/app/Controllers/EntriesController.php b/site/plugins/admin/app/Controllers/EntriesController.php index e5d2c29f..9f790fc4 100644 --- a/site/plugins/admin/app/Controllers/EntriesController.php +++ b/site/plugins/admin/app/Controllers/EntriesController.php @@ -697,7 +697,7 @@ class EntriesController extends Controller 'parts' => $parts, 'i' => count($parts), 'last' => Arr::last($parts), - 'form' => $this->forms->fetch($fieldsets, $entry, $request), + 'form' => $this->forms->fetch($fieldsets, $entry, $request, $response), 'menu_item' => 'entries', 'links' => [ 'entries' => [