Reflash template name

This commit is contained in:
Marcus Moore 2024-10-23 15:40:54 -07:00
parent 2fcc7e1188
commit 3616c92148
No known key found for this signature in database

View file

@ -404,6 +404,7 @@ class ReportsController extends Controller
// Set the report's input values if we were redirected back with
// validation errors so the report is populated as expected.
if ($request->old()) {
$template->name = $request->old('name');
$template->options = $request->old();
}