579bd829f8
Apply rector rules: symfony up to 54
2024-04-04 23:30:25 +02:00
5703fd0046
Refactor code to directly use Doctrine's ManagerRegistry
...
Replaced most of the invocations of getDoctrine()->getManager() with ManagerRegistry->getManager(), and added ManagerRegistry injection to controllers where needed. This is part of an ongoing effort to improve code clarity, and avoid unnecessary method chaining in various parts of the codebase.
2023-12-16 19:09:34 +01:00
da997badd9
Fix phpstan issues
2023-12-12 22:43:44 +01:00
c20f65eebb
apply rector rules: symfony **UP TO** 44
2023-07-28 01:52:53 +02:00
b30e966316
DX: [absence] Remove unneccessary $em->persist()
2023-03-01 16:32:20 +01:00
1c673db628
FIX [phpcsfixer][phpstan]
2023-01-27 12:18:19 +01:00
fa8a2c5cc5
FIX remove some whitespaces or empty lines + add btn in absence message homepage (still commented out)
2023-01-27 12:04:11 +01:00
4dd81da1ef
FIX [routes][redirect] fix route naming and redirection after delete action
2023-01-27 11:23:29 +01:00
44ef21f940
FEATURE [delete][absence] add functionality to unset absence
2023-01-12 11:51:42 +01:00
b2924ede70
FEAUTURE [routing][absence] use routing annotation instead of config file
2023-01-12 11:10:41 +01:00
fb51e44e45
FEATURE [absence][in_progress] add absence property to user, create form, controller, template, migration and menu entry
2023-01-11 17:16:37 +01:00