diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-22 09:46:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-24 16:48:04 +0200 |
commit | 4473e91231794ba9082795df9441d49e461b10db (patch) | |
tree | f765507272d16ad73ada0198fc30f8afc1b97319 /ishtar_common/views.py | |
parent | 4eff275ae272752b91f1c87b2085689923bb1366 (diff) | |
download | Ishtar-4473e91231794ba9082795df9441d49e461b10db.tar.bz2 Ishtar-4473e91231794ba9082795df9441d49e461b10db.zip |
WIP: ajaxify shortcut menu
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r-- | ishtar_common/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |