Add content_types to CustomLink.clone()

This commit is contained in:
jeremystretch 2023-03-28 09:42:31 -04:00
parent 574b5f991d
commit 804361ed72

View File

@ -245,7 +245,7 @@ class CustomLink(CloningMixin, ExportTemplatesMixin, WebhooksMixin, ChangeLogged
) )
clone_fields = ( clone_fields = (
'enabled', 'weight', 'group_name', 'button_class', 'new_window', 'content_types', 'enabled', 'weight', 'group_name', 'button_class', 'new_window',
) )
class Meta: class Meta: