mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Reflash template name
This commit is contained in:
parent
2fcc7e1188
commit
3616c92148
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue