Update a SEO title and description in the incident meta

This commit is contained in:
Nico Stapelbroek
2018-03-06 20:04:07 +01:00
parent 129030daaf
commit b71c61ce7d
6 changed files with 73 additions and 14 deletions

View File

@@ -262,7 +262,8 @@ class IncidentController extends Controller
Binput::get('stickied', false),
Binput::get('occurred_at'),
null,
[]
[],
['seo' => Binput::get('seo', [])]
));
} catch (ValidationException $e) {
return cachet_redirect('dashboard.incidents.edit', ['id' => $incident->id])