--- loncom/interface/lonmenu.pm 2025/01/07 05:58:53 1.559 +++ loncom/interface/lonmenu.pm 2025/01/07 22:21:56 1.560 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.559 2025/01/07 05:58:53 raeburn Exp $ +# $Id: lonmenu.pm,v 1.560 2025/01/07 22:21:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -618,7 +618,7 @@ sub secondary_menu { next if $$menuitem[4] eq 'crseditCourse' && ($crstype eq 'Community'); next if $$menuitem[4] eq 'crseditCommunity' - && ($crstype eq 'Course'); + && ($crstype ne 'Community'); next if $$menuitem[4] eq 'nvgr' && ($canvgr || $ltiexc{'grades'}); next if $$menuitem[4] eq 'vgr'