[LON-CAPA-cvs] cvs: loncom /interface courseprefs.pm
raeburn
raeburn at source.lon-capa.org
Sat Sep 2 08:51:32 EDT 2023
raeburn Sat Sep 2 12:51:32 2023 EDT
Modified files:
/loncom/interface courseprefs.pm
Log:
- Exclude unwanted items from "Other settings" panel.
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.125 loncom/interface/courseprefs.pm:1.126
--- loncom/interface/courseprefs.pm:1.125 Thu Jul 20 12:47:10 2023
+++ loncom/interface/courseprefs.pm Sat Sep 2 12:51:32 2023
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set configuration settings for a course
#
-# $Id: courseprefs.pm,v 1.125 2023/07/20 12:47:10 raeburn Exp $
+# $Id: courseprefs.pm,v 1.126 2023/09/02 12:51:32 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -694,6 +694,8 @@
if ($item eq 'feedback') {
push(@allitems,(map { $_.'.text'; } @{$prefs{$item}{'ordered'}}));
}
+ } elsif (($item eq 'linkprot') || ($item eq 'ltitools')) {
+ push(@allitems,$item);
}
}
}
More information about the LON-CAPA-cvs
mailing list