diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 6 | 
1 files changed, 6 insertions, 0 deletions
| 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):      """ | 
