diff options
Diffstat (limited to 'ishtar_common/views_item.py')
-rw-r--r-- | ishtar_common/views_item.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/views_item.py b/ishtar_common/views_item.py index f5c5f3b06..c562a5634 100644 --- a/ishtar_common/views_item.py +++ b/ishtar_common/views_item.py @@ -1640,8 +1640,8 @@ def get_item(model, func_name, default_name, extra_request_keys=None, and_reqs.append(reqs) pinned_search = "" - # manage default and pinned search - if 'submited' not in request_items and full != 'shortcut': + # manage default and pinned search and not bookmark + if not request_items.get("search_vector", "") and full != 'shortcut': if data_type == 'csv' and func_name in request.session: dct = request.session[func_name] else: |