Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.1
-
Fix Version/s: 4.2.0
-
Component/s: CiviContribute
-
Labels:None
Description
The sorting on the amount raised doesn't do anything, I'm assuming because it's an aggregate of contributions, I had a quick think about a fix, but in a hurry to get a site delivered to client :-/
It will need a custom handler or store the total raised in a separate db field.
Line 1497
'sort' => array(
'handler' => 'views_handler_sort',
),