tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Course ID LTI variable is now a string #284

Closed ssciolla closed 1 year ago

ssciolla commented 1 year ago

Following the latest Canvas changes, LTI variable substitution values are always going to be strings. Unfortunately, the current version of this tool expects an integer and throws an error if it isn't one.

I guess ideally, a fix to this problem should handle both possible types, converting to int as necessary.