[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonmenu.pm
raeburn
raeburn at source.lon-capa.org
Thu Feb 21 20:57:36 EST 2019
raeburn Fri Feb 22 01:57:36 2019 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface lonmenu.pm
Log:
- For 2.11
Backport a single line from the changes in 1.482.
Index: loncom/interface/lonmenu.pm
diff -u loncom/interface/lonmenu.pm:1.369.2.73 loncom/interface/lonmenu.pm:1.369.2.74
--- loncom/interface/lonmenu.pm:1.369.2.73 Tue Sep 4 02:22:30 2018
+++ loncom/interface/lonmenu.pm Fri Feb 22 01:57:36 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines to control the menu
#
-# $Id: lonmenu.pm,v 1.369.2.73 2018/09/04 02:22:30 raeburn Exp $
+# $Id: lonmenu.pm,v 1.369.2.74 2019/02/22 01:57:36 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -499,6 +499,7 @@
next if ($item->[2] eq 'mgr' && !$canmgr);
next if ($item->[2] eq 'vcg' && !$canviewgrps);
next if ($item->[2] eq 'crsedit' && !$canedit && !$canvieweditor);
+ next if ($item->[2] eq 'params' && !$canmodpara && !$canviewpara);
next if ($item->[2] eq 'author' && !$author);
next if ($item->[2] eq 'cca' && !$canmodifycoauthor);
push(@scndsub,$item);
More information about the LON-CAPA-cvs
mailing list