- actions and notifications refactor #88

Merged
Baakoma merged 9 commits from actions into main 2022-03-21 15:29:20 +01:00
Showing only changes of commit 21046dde66 - Show all commits

View File

@@ -25,6 +25,7 @@ class VacationLimitController extends Controller
$limits = $yearPeriod $limits = $yearPeriod
->vacationLimits() ->vacationLimits()
->with("user") ->with("user")
->has("user")
->orderByUserField("last_name") ->orderByUserField("last_name")
->orderByUserField("first_name") ->orderByUserField("first_name")
->get(); ->get();