summaryrefslogtreecommitdiff
path: root/ishtar_common/views_item.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/views_item.py')
-rw-r--r--ishtar_common/views_item.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/views_item.py b/ishtar_common/views_item.py
index dee4d2ffb..73569d4cb 100644
--- a/ishtar_common/views_item.py
+++ b/ishtar_common/views_item.py
@@ -1313,7 +1313,9 @@ def get_item(model, func_name, default_name, extra_request_keys=None,
table_cols = ['cached_label']
if data_type == 'json-image':
query_table_cols.append('main_image__image')
+ query_table_cols.append('main_image__thumbnail')
table_cols.append('main_image__image')
+ table_cols.append('main_image__thumbnail')
# manage sort tables
manual_sort_key = None