fixed AssetReport: "Order the results by" issues (#12227)

This commit is contained in:
Chris Hanson 2011-08-26 15:51:58 -05:00
parent 073093e30c
commit 8ae2457370
2 changed files with 3 additions and 3 deletions

View file

@ -2,6 +2,7 @@
- fixed #12225: Stock asset, multiple instances on a page
- fixed #12229: Indexed thingy data has gateway url prepended to it
- fixed #12195: Visitor group by scratch membership shared among all Visitors (Dale Trexel)
- fixed #12227: Corrected AssetReport such that OrderBy works correctly.
7.10.22
- rfe #12223: Add date type to content profiling (metadata)

View file

@ -159,9 +159,8 @@ sub getTemplateVars {
$rules->{'whereClause'} .= qq{$prop $op $value};
}
if($rules->{'whereClause'}) {
$rules->{'joinClass'} = $settings->{className};
}
# Always join to the class, asset and assetData are excluded by getLineageSql
$rules->{'joinClass'} = $settings->{className};
#Build the order by condition
my $order = $settings->{order};