From b4397158c9d1bbea6d1baaa25baa986df5a94d99 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 16 Feb 2017 08:18:44 +0000 Subject: [PATCH] Update component call. Fixes #2368 --- app/Http/Controllers/Dashboard/ComponentController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/Dashboard/ComponentController.php b/app/Http/Controllers/Dashboard/ComponentController.php index d5554fdf..4aefe335 100644 --- a/app/Http/Controllers/Dashboard/ComponentController.php +++ b/app/Http/Controllers/Dashboard/ComponentController.php @@ -135,7 +135,8 @@ class ComponentController extends Controller $componentData['order'], $componentData['group_id'], $componentData['enabled'], - null // Meta data cannot be supplied through the dashboard yet. + null, // Meta data cannot be supplied through the dashboard yet. + true // Silent since we're not really making changes to the component (this should be optional) )); } catch (ValidationException $e) { return cachet_redirect('dashboard.components.edit', [$component->id])