session[:external_user_id] has a somewhat misleading name.
As the tests fail however, when the value that fits the name is entered, I switched it back to the old version.
This commit is contained in:
@ -136,7 +136,7 @@ module Lti
|
||||
lti_parameters.save!
|
||||
|
||||
session[:consumer_id] = options[:consumer].id
|
||||
session[:external_user_id] = @current_user.external_id
|
||||
session[:external_user_id] = @current_user.id
|
||||
end
|
||||
private :store_lti_session_data
|
||||
|
||||
|
Reference in New Issue
Block a user