Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User admin instances played not correctly displaying LTI context #1543

Closed
clpetersonucf opened this issue Nov 13, 2023 · 1 comment
Closed

Comments

@clpetersonucf
Copy link
Member

When reviewing instances played by a user in the user admin page, we include a property called "Context" that's supposed to be Web for non-LTI plays and LTI for LTI plays. However, the string match is case sensitive:

{play.auth == 'LTI' ? 'LTI' : 'Web' }

And at least on production, the auth value is provided as "lti" instead of "LTI"

@clpetersonucf
Copy link
Member Author

Resolved in #1544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant