I'm using Umbraco version 8.5.4 with a custom list view field. The list view needs to order by a custom date time field that is mandatory. When I try to configure this, my list view data type saves. But then if I go to the content using the data type, it does not display any information and eventually returns a time out error message.
If I remove the order by option, or select a system field as the order by field, the list goes back to working normally.
Custom List View Sort by Custom Date Time Field
I'm using Umbraco version 8.5.4 with a custom list view field. The list view needs to order by a custom date time field that is mandatory. When I try to configure this, my list view data type saves. But then if I go to the content using the data type, it does not display any information and eventually returns a time out error message.
If I remove the order by option, or select a system field as the order by field, the list goes back to working normally.
Based on looking on previous issues, it looks like sorting a list view by a custom date time field was fixed here: https://github.com/umbraco/Umbraco-CMS/pull/711
is working on a reply...