Skip to content
Snippets Groups Projects
Commit c959ebce authored by Tyler Hallada's avatar Tyler Hallada
Browse files

Add Jira ticket number to TODO comment

parent 45f9b882
No related merge requests found
......@@ -253,6 +253,7 @@ class MongoContentStore(ContentStore):
# `insensitive_displayname`, a lowercase version of `displayname` that is sorted on instead.
# Mongo 3.4 does not require this hack. When upgraded, change this aggregation back to a find and specifiy
# a collation based on user's language locale instead.
# See: https://openedx.atlassian.net/browse/EDUCATOR-2221
pipeline_stages = []
query = query_for_course(course_key, 'asset' if not get_thumbnails else 'thumbnail')
if filter_params:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment