Skip to content

Commit

Permalink
Configure new canvas instances to send term IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jan 24, 2025
1 parent f6c2822 commit 18d1121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/views/canvas/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def config_json(request):
"custom_context_id_history": "$Context.id.history",
"custom_course_starts": "$Canvas.course.startAt",
"custom_course_ends": "$Canvas.course.endAt",
"custom_term_id": "$Canvas.term.id",
"custom_term_name": "$Canvas.term.name",
"custom_term_start": "$Canvas.term.startAt",
"custom_term_end": "$Canvas.term.endAt",
Expand Down

0 comments on commit 18d1121

Please sign in to comment.