From c959ebce01892113924a7cfe874874a69ebea816 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 5 Feb 2018 11:27:10 -0500 Subject: [PATCH] Add Jira ticket number to TODO comment --- common/lib/xmodule/xmodule/contentstore/mongo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/xmodule/xmodule/contentstore/mongo.py b/common/lib/xmodule/xmodule/contentstore/mongo.py index 019f506f79..a3e1f2110b 100644 --- a/common/lib/xmodule/xmodule/contentstore/mongo.py +++ b/common/lib/xmodule/xmodule/contentstore/mongo.py @@ -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: