From d33cf24f1bdf116cb81aeb45804593058d9ebbdb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Sep 2018 11:18:11 +0200 Subject: Display pined search on search input --- ishtar_common/models.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index a097951e0..15d6a0ba9 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1696,10 +1696,16 @@ class ShortMenuItem(object): """ Item available in the short menu """ + UP_MODEL_QUERY = {} + @classmethod def get_short_menu_class(cls, pk): return '' + @property + def short_class_name(self): + return "" + class QuickAction(object): """ -- cgit v1.2.3