diff options
| -rw-r--r-- | ishtar_common/models.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index eff43a119..f6f824d73 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -5361,6 +5361,7 @@ class Document(BaseHistorizedItem, QRCodeItem, OwnPerms, ImageModel,          values = super(Document, self).get_values(prefix=prefix,                                                    no_values=no_values)          values[prefix + "image_path"] = self.image_path +        values[prefix + "thumbnail_path"] = self.thumbnail_path          return values      @property | 
