Hi Andy,
Thanks! I can't tell you how nice it is to finally get it out there.
Yes, that'll be the problem. If it thinks it's a textbox field, the sorting wouldn't working properly. Unfortunately, the only way to solve this will be to change the field_type_id value for the field record in the ft_form_fields table. Change it from 1 to 9 (I think... double check that, though - just look for the ID of the Date field in the ft_field_types table).
Curious that this problem didn't arise with other upgrades, but it's possible I missed something. I'll look over the code now!
Thanks!
- Ben
Thanks! I can't tell you how nice it is to finally get it out there.
Quote:When I look at the field itself, the added field is "core__submission_date" and it is a textbox field, rather than a time field. Not sure if that's an/the issue.
Yes, that'll be the problem. If it thinks it's a textbox field, the sorting wouldn't working properly. Unfortunately, the only way to solve this will be to change the field_type_id value for the field record in the ft_form_fields table. Change it from 1 to 9 (I think... double check that, though - just look for the ID of the Date field in the ft_field_types table).
Curious that this problem didn't arise with other upgrades, but it's possible I missed something. I'll look over the code now!
Thanks!

- Ben