9 Commits

Author SHA1 Message Date
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
170bb9586d
Fix errors in custom field rendering and administration 2023-11-24 12:30:18 +01:00
e2b500ea5f
Fix usage of twig environment in twig custom fields rendering extensions 2023-08-02 23:25:18 +02:00
009a0326d9
Configure routes using annotation 2023-08-02 23:05:33 +02:00
9690359dfa
Fix loading data for customfield, using proper DI 2023-07-23 00:31:27 +02:00
7a5db59ac2
remove deprecated templating component 2023-07-22 23:09:00 +02:00
aa553db659
apply rector rules after updating the code with master branch 2023-07-19 23:43:26 +02:00
nobohan
fde1d563c2 admin custom fields integration 2022-05-10 14:36:10 +02:00
eaa0ad925f fix folder name 2021-03-18 13:37:13 +01:00