Jan Heřman
Jan Heřman
I can confirm the sorting does not work. I use Silverstripe 4.5.0. The "Allow sort" checkbox shows up, I can sort DataObjects, but once I untick the checkbox / leave...
@UndefinedOffset Yes, I had `default_sort` set in my DataObject. As it turned out, the problem was I set my sort field as translatable (I use Silverstripe Fluent for translations). I...
Thanks, @UndefinedOffset! Please do not worry about it right now. Because the number of DataObjects in my case is relatively small, I added simple numeric field to each of them...
I found what causes this issue. It actually is Kirby itself. My site is single-language and the language is not English, which is default in Kirby. Turns out Kirby does...
Unfortunately not really. As I needed some quick fix, instead of writing this: ```php ``` I wrote this: ```php My custom error message ... ``` So basically bypassing captcha field...