Fixes: U4-6934 v7.3.0-beta3 ListView sorting by updateDate throws exception
This commit is contained in:
@@ -513,6 +513,8 @@ WHERE EXISTS(
|
||||
// of ContentItemBasic instances) to the database field names.
|
||||
switch (orderBy.ToUpperInvariant())
|
||||
{
|
||||
case "UPDATEDATE":
|
||||
return "cmsContentVersion.VersionDate";
|
||||
case "NAME":
|
||||
return "umbracoNode.text";
|
||||
case "OWNER":
|
||||
|
||||
Reference in New Issue
Block a user