diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 0ee33d5ed..e7520ee95 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3803,7 +3803,7 @@ class Document( SearchVectorConfig("tags__label"), ] - BOOL_FIELDS = ["duplicate"] + BOOL_FIELDS = BaseHistorizedItem.BOOL_FIELDS + ["duplicate"] COL_LABELS = { "authors__cached_label": _("Authors"), |