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

raeburn raeburn at source.lon-capa.org
Wed May 23 12:36:14 EDT 2018


raeburn		Wed May 23 16:36:14 2018 EDT

  Modified files:              
    /loncom/interface	lonexttool.pm 
  Log:
  - Bug 6754 LON-CAPA as LTI Consumer
    Domain configuration for information sent to Tool Provider on launch
    includes choice of: username, or username:domain in LON-CAPA,
    when "User" is included in the data to be sent (as lis_person_sourcedid).
  
  
Index: loncom/interface/lonexttool.pm
diff -u loncom/interface/lonexttool.pm:1.18 loncom/interface/lonexttool.pm:1.19
--- loncom/interface/lonexttool.pm:1.18	Wed Jan 31 14:17:44 2018
+++ loncom/interface/lonexttool.pm	Wed May 23 16:36:14 2018
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Launch External Tool Provider (LTI)
 #
-# $Id: lonexttool.pm,v 1.18 2018/01/31 14:17:44 raeburn Exp $
+# $Id: lonexttool.pm,v 1.19 2018/05/23 16:36:14 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -110,7 +110,7 @@
                                            width  => $toolsettings{'width'},
                                            height => $toolsettings{'height'},
                                        };
-                foreach my $item (qw(crslabel crstitle crsappend gradable incdom)) {
+                foreach my $item (qw(crslabel crstitle crsappend gradable)) {
                     $toolhash{$item} = $toolsettings{$item};
                 }
                 $is_tool = 1;




More information about the LON-CAPA-cvs mailing list