ソースを参照

Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel

prieto 8年前
コミット
feab715c49
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      plugins/mongodb_datasource/datasource.py

+ 1
- 1
plugins/mongodb_datasource/datasource.py ファイルの表示

@@ -157,7 +157,7 @@ class MongoDbDatasource(object):
157 157
             sorting_list.extends(query_result_ordering)
158 158
 
159 159
             pipeline.append({'$match': query_filters})
160
-            if results_field_list is not None:
160
+            if field_list is not None:
161 161
                 pipeline.append({
162 162
                     '$project': SON([{field_name: 1}
163 163
                     for field_name in field_list])})

読み込み中…
キャンセル
保存