From a44df85f719193a409a77b318214af8c90e80944 Mon Sep 17 00:00:00 2001 From: Mathieu Meylan Date: Sun, 12 Mar 2017 11:42:45 +0100 Subject: [PATCH] fix copy_relation --- cmsplugin_gridloading/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cmsplugin_gridloading/models.py b/cmsplugin_gridloading/models.py index 8c059d9..57f382e 100644 --- a/cmsplugin_gridloading/models.py +++ b/cmsplugin_gridloading/models.py @@ -137,7 +137,6 @@ def __str__(self): def copy_relations(self, oldinstance): self.image_id = oldinstance.image_id self.link_page_id = oldinstance.link_page_id - self.link_target_id = oldinstance.link_target_id def get_link(self): link = self.link_url or u''