fsi-open/admin-bundle

Remove injection of templates in controllers, move them to relevant contexts

szymach opened this issue · 0 comments

Since controllers handle different admin elements, it does not make sense to have them provide default values for returned templates. Currently the CRUDFormElementContext is already substituting the parameter and it would be sensible to do the same for the rest of the contexts.