-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix, clearing LMSUser.lti_v13_user_id on LTI1.1 launches
bulk_upsert will update the table columns in `update_elements` with the value passed in updated. In the case of lti_v13_user_id that means that the value will be set on LTI1.3 and removed (set to None) on LTI1.1 launches. To fix this we change the value set from the raw value to coalesce(value, LMSUser.lti_v13_user_id)
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters