Details
Description
With the new user preference grade_report_aggregationposition, the aggregation columns can be displayed either before (left) or after (right) the grade item columns (non-aggregated columns). They were initially implemented at the left position. The preference needs to be used to allow either position.
Petr coded a parameter in the grade_tree constructor for controlling whether the category grade appears at the start or end of the grade items, I just used the user preferences (or CFG) as the variable for that parameter, and it works perfectly!