Robert Pustułka
Robert Pustułka
Resolvers now do two things: they find the policy class and then create the policy object. I'd like to seperate those responsibilities in a way that extending built in resolvers...
Should this be implemented for 2.x first and then backported to 1.x or implemented for 1.x and then merged into 2.x?
I had a similar issue. When you have a lots of queries to the table with Translate behavior attached it can hit the performance. I came up with my own...
Another issue I encountered is innerJoiningWith associations that use Translation behavior. The behavior is immune to the eager loader setting `fields` to false and makes loading all associated records into...
A global DIC is an antipattern, let's not go that way. @zejji I had similar use case a few years back. AFAIR I worked around this with my custom AppController...