Remove injection of templates in controllers, move them to relevant contexts
szymach opened this issue · 0 comments
szymach commented
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.