Skip to content

Commit

Permalink
fix: fix track selection (#35648)
Browse files Browse the repository at this point in the history
  • Loading branch information
attiyaIshaque authored Oct 14, 2024
1 parent 319dd7f commit cf8ed14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/djangoapps/course_modes/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def get(self, request, course_id, error=None): # lint-amnesty, pylint: disable=
"content_gating_enabled": gated_content,
"course_duration_limit_enabled": CourseDurationLimitConfig.enabled_for_enrollment(request.user, course),
"search_courses_url": urljoin(settings.MKTG_URLS.get('ROOT'), '/search?tab=course'),
"course_run_key": course_id,
}
context.update(
get_experiment_user_metadata_context(
Expand Down

0 comments on commit cf8ed14

Please sign in to comment.