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 cebfccecb..fd45a45c4 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -4125,6 +4125,7 @@ class IshtarUser(FullSearch):              ("ishtar_common", "document"),              ("ishtar_common", "geovectordata"),              ("ishtar_common", "import"), +            ("ishtar_common", "author"),          ]          for ct in ContentType.objects.all():              name = (ct.app_label, ct.model)  | 
