#27 -cr fix
This commit is contained in:
parent
816af23ce4
commit
78ba962bc9
@ -21,6 +21,7 @@ class UserController extends Controller
|
|||||||
->withTrashed()
|
->withTrashed()
|
||||||
->search($request->query("search"))
|
->search($request->query("search"))
|
||||||
->orderBy("last_name")
|
->orderBy("last_name")
|
||||||
|
->orderBy("first_name")
|
||||||
->paginate()
|
->paginate()
|
||||||
->withQueryString();
|
->withQueryString();
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@ class VacationLimitController extends Controller
|
|||||||
$limits = VacationLimit::query()
|
$limits = VacationLimit::query()
|
||||||
->with("user")
|
->with("user")
|
||||||
->orderByUserField("last_name")
|
->orderByUserField("last_name")
|
||||||
|
->orderByUserField("first_name")
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
return inertia("VacationLimits", [
|
return inertia("VacationLimits", [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user