TODO : set temporary rider in AppModelLocator when RiderList item is clicked

This commit is contained in:
2025-12-10 21:57:25 +01:00
parent d0ab28556b
commit da6a89c848
5 changed files with 37 additions and 19 deletions
-1
View File
@@ -13,7 +13,6 @@ class AppController extends FrontController {
public static final CLOSE_DRAWER_EVENT = "closeDrawerEvent";
public static final RIDER_SELECT_EVENT = "riderSelect";
public function new() {
super();
addCommand(AppController.LOAD_RIDERS_EVENT, LoadRidersCommand);