diff options
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/utils.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/utils.py b/ishtar_common/utils.py index 1397d9701..3161e0003 100644 --- a/ishtar_common/utils.py +++ b/ishtar_common/utils.py @@ -279,6 +279,7 @@ def check_model_access_control(request, model, available_perms=None):  class SheetItem:      SHOW_URL = ""      SHEET_ALTERNATIVES = []  # list tuple: (key checked in profile, sheet name) +      def get_show_url(self):          show_url = self.SHOW_URL          if not show_url:  | 
