[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm

raeburn raeburn at source.lon-capa.org
Wed Dec 6 18:41:20 EST 2017


raeburn		Wed Dec  6 23:41:20 2017 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Bug 6754 LON-CAPA as LTI Provider
    Correct name for form items to indicate whether roster will be accepted
    from specific Consumer, and whether grades can be sent back to Consumer.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.320 loncom/interface/domainprefs.pm:1.321
--- loncom/interface/domainprefs.pm:1.320	Thu Nov 30 15:15:14 2017
+++ loncom/interface/domainprefs.pm	Wed Dec  6 23:41:19 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.320 2017/11/30 15:15:14 raeburn Exp $
+# $Id: domainprefs.pm,v 1.321 2017/12/06 23:41:19 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -11378,7 +11378,7 @@
             }
         }
         foreach my $field ('passback','roster') {
-            if ($env{'form.ltitools_'.$idx.'_'.$field}) {
+            if ($env{'form.lti_'.$field.'_'.$idx}) {
                 $confhash{$itemid}{$field} = 1;
             }
         }




More information about the LON-CAPA-cvs mailing list