Fixes: U4-6934 v7.3.0-beta3 ListView sorting by updateDate throws exception

This commit is contained in:
Shannon
2015-08-21 12:02:51 +02:00
parent 6102c970c8
commit fc8b0f1822

View File

@@ -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":