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

fix: Remove query context after asset import #737

Merged
merged 5 commits into from
Apr 22, 2024
Merged

Conversation

bmtcril
Copy link
Contributor

@bmtcril bmtcril commented Apr 22, 2024

Fixes an issue where dashboards do not load in the LMS instructor dashboard due to query_context containing database primary keys from the database it was exported from. Performance metrics uses the query_context, so now it pulls that directly from the asset files on disk instead.

Fixes an issue where dashboards do not load in the LMS instructor dashboard due to query_context containing database primary keys from the database it was exported from. Performance metrics uses the query_context, so now it pulls that directly from the asset files on disk instead.
@bmtcril bmtcril requested a review from Ian2012 April 22, 2024 12:17
Copy link
Contributor

@Ian2012 Ian2012 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, only one comment for reading assets files once

@Ian2012 Ian2012 merged commit 79d05b6 into main Apr 22, 2024
9 checks passed
@Ian2012 Ian2012 deleted the bmtcril/pop_query_context branch April 22, 2024 17:19
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

Successfully merging this pull request may close these issues.

2 participants