Rakasch
Rakasch
Would probaby make sense to have the same for button-classes and style, too.
Here's an example use case: - each button has a specific color (custom class needed) - each button needs a tooltip  
my interim solution is to change the label if a filter is active and show a flat list of the breadcrumbs. 
Thanks for the suggestion of a workaround. But I am hesitant to use it. Using refs to manipulate the internals of another component has some disadvantages. -it creates a strong...
Here's an example problem case. The Overlay hides the other IconButtons. It would be much more convinient, if the Overlay was displayed to the left of the Icon. 
@levitin Someone told me that it is now possible to pass a function. At least the documentation states `sortField - string | Function`. I haven't tried it yet, but maybe...
yes it still happens (I'm on cakephp 4.5.1, with migrations 3.9.0) 
See #4286
ok seems thats basically not supported. Only with hacks :( Joins dont work either. https://github.com/cakephp/cakephp/issues/15515
I can do a workaround like this:  So basically the query works, cake just doesnt take the db prefix of defaultConnectionName. Same issue for joins.