From 4473e91231794ba9082795df9441d49e461b10db Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Sep 2016 09:46:06 +0200 Subject: WIP: ajaxify shortcut menu --- ishtar_common/views.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/views.py') diff --git a/ishtar_common/views.py b/ishtar_common/views.py index 5f3e80c77..eb557bb51 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -731,6 +731,8 @@ def get_item(model, func_name, default_name, extra_request_keys=[], for idx, col in enumerate(table_cols): if col in model.CONTEXTUAL_TABLE_COLS[contxt]: table_cols[idx] = model.CONTEXTUAL_TABLE_COLS[contxt][col] + if full == 'cached': + table_cols = ['cached_label'] # manage sort tables manual_sort_key = None -- cgit v1.2.3