From 8f33cc4c4b5f2e86fccbba180f660472a8be93cb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 26 Apr 2024 15:52:50 +0200 Subject: 🐛 Context record relations import: fix missing attachment to imports (refs #5923) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index e40c7c54c..5fb370362 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -841,7 +841,10 @@ class GeneralRelationType(GeneralType): return obj -class GeneralRecordRelations(object): +class GeneralRecordRelations(Imported): + class Meta: + abstract = True + @classmethod def general_types(cls): return ["relation_type"] -- cgit v1.2.3