contao-community-alliance / meta-palettes

Dynamic configured palettes for contao.
6 stars 8 forks source link

Closures und Contao Style Callbacks #15

Closed dmolineus closed 10 years ago

dmolineus commented 10 years ago

Die implementierte (https://github.com/bit3/contao-meta-palettes/commit/ab4f8db13a1ad59d61e9df421976935e74167fd2) Unterstützung für Closures führt dazu, dass alle Contao-Style-Callbacks als callables interpretiert werden. is_callable überprüft leider nicht, ob die Methode statisch deklariert ist.

dmolineus commented 10 years ago

This bug has a comeback in the the current 1.6 release.

https://community.contao.org/de/showthread.php?44382-Bootstrap-3-f%FCr-Contao/page5&p=321425&viewfull=1#post321425

tristanlins commented 10 years ago

Not really, it is just not merged into the develop branch, see https://github.com/bit3/contao-meta-palettes/network

tristanlins commented 10 years ago

I have merged master into develop and released it as 1.6.1.

dmolineus commented 10 years ago

Yeah, I was talking from a user perspective not the developer's one. ;) Thanks for the fast fix.