From 1cd2f477391d6c7014b96fbb53ac5a9ed2a801fd Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Thu, 13 Feb 2020 13:32:23 -0500 Subject: Info and Note categories do not show histogram marker --- GradeBook_lib.tcl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 7d89afe..9a8824e 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -1437,7 +1437,11 @@ proc htmlFormatColVal { col_value columnname user user_shown permission_list {fo UserHiddenGradeCategories \ ] - if { ([SelectColValue4User GroupName $user_shown] ne "inforow") && ($user ni $special_user_names) && ($columnname ni $embeded_actions_excluded_special_columns) } { + set column_categories_without_marker [ list \ + Note \ + Info \ + ] + if { ([SelectColValue4User GroupName $user_shown] ne "inforow") && ($user ni $special_user_names) && ($columnname ni $embeded_actions_excluded_special_columns) && ($category ni $column_categories_without_marker) } { # adding histogram marker set hist_marker "" set col_histogram_limits [SelectColValue4User $columnname _The_Grades_Hist_Limits_] -- cgit v1.2.3