mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-27 13:41:05 -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');
|
||||
$customfields = CustomField::get();
|
||||
$saved_reports = SavedReport::get();
|
||||
$saved_reports = SavedReport::orderBy('name')->get();
|
||||
|
||||
return view('reports/custom', [
|
||||
'customfields' => $customfields,
|
||||
|
|
Loading…
Reference in a new issue