Update component call. Fixes #2368

This commit is contained in:
James Brooks
2017-02-16 08:18:44 +00:00
parent 86cb76d1c5
commit b4397158c9

View File

@@ -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])