mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-29 06:30:47 -08:00
Alphabetize saved reports list
This commit is contained in:
parent
52028ddef2
commit
b9cda88363
|
@ -392,7 +392,7 @@ class ReportsController extends Controller
|
||||||
{
|
{
|
||||||
$this->authorize('reports.view');
|
$this->authorize('reports.view');
|
||||||
$customfields = CustomField::get();
|
$customfields = CustomField::get();
|
||||||
$saved_reports = SavedReport::get();
|
$saved_reports = SavedReport::orderBy('name')->get();
|
||||||
|
|
||||||
return view('reports/custom', [
|
return view('reports/custom', [
|
||||||
'customfields' => $customfields,
|
'customfields' => $customfields,
|
||||||
|
|
Loading…
Reference in a new issue