aboutsummaryrefslogtreecommitdiff
path: root/GradeBook_lib.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-xGradeBook_lib.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl
index e6199ef..e53e78f 100755
--- a/GradeBook_lib.tcl
+++ b/GradeBook_lib.tcl
@@ -2140,6 +2140,7 @@ proc UpdateColumnStatistic { columnname {update_parent_flag true} } {
if { $columnname eq "Grand Total" } return
set column_category [SelectColValue4User $columnname _Col_Category_]
+ # FIXME this miss propagation of update of non weighted column which does not require category total! for example it is typical for participation
if { $column_category ne "weighted_column" } {
set root_category_column ${column_category}Total
} else {