File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
- fixed #12225: Stock asset, multiple instances on a page
3
3
- fixed #12229: Indexed thingy data has gateway url prepended to it
4
4
- fixed #12195: Visitor group by scratch membership shared among all Visitors (Dale Trexel)
5
+ - fixed #12227: Corrected AssetReport such that OrderBy works correctly.
5
6
6
7
7.10.22
7
8
- rfe #12223: Add date type to content profiling (metadata)
Original file line number Diff line number Diff line change @@ -159,9 +159,8 @@ sub getTemplateVars {
159
159
$rules -> {' whereClause' } .= qq{ $prop $op $value } ;
160
160
}
161
161
162
- if ($rules -> {' whereClause' }) {
163
- $rules -> {' joinClass' } = $settings -> {className };
164
- }
162
+ # Always join to the class, asset and assetData are excluded by getLineageSql
163
+ $rules -> {' joinClass' } = $settings -> {className };
165
164
166
165
# Build the order by condition
167
166
my $order = $settings -> {order };
You can’t perform that action at this time.
0 commit comments