You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to specify the footer_link ContentType twice:
once (jn the tag) for the EntityManager to appropriately be able to associate it with the CT
once (as argument for the constructor) for the case that the Repo is used as a service, ie. injected somewhere without going through the EM
As we don't want to make the latter usage unsupported, could we find a smarter way for the EM to be able to associate the service to the CT without having to specify it again?
The text was updated successfully, but these errors were encountered:
At the moment, when a Wrapper Repo is defined as a service, its definition often looks like this:
We need to specify the
footer_link
ContentType twice:As we don't want to make the latter usage unsupported, could we find a smarter way for the EM to be able to associate the service to the CT without having to specify it again?
The text was updated successfully, but these errors were encountered: