You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should it be possible to to run the two plugins (djangocms-frontend and djangocms-link) at the same time?
Is either one of those deprecated? In which project should it be fixed, or migrated to?
The text was updated successfully, but these errors were encountered:
We run a 3.11 cms installation and I have recently added the djangocms-frontend.
When attaching a PicturePlugin (frontend) to a placeholder, it explodes on the line
djangocms-frontend/djangocms_frontend/contrib/link/forms.py
Line 79 in 64bca5e
admin_reverse("link_link_autocomplete")
cannot be reversed.It seems that having the djangocms-link plugin installed, which is earlier loaded in the INSTALLED_APPS does not make the condition true located here:
https://github.com/django-cms/djangocms-frontend/blob/64bca5e34d5f2ee7c86685839db9672b182b9b16/djangocms_frontend/contrib/link/cms_plugins.py#L116C1-L119C44
Blocking frontend to add its own LinkPlugin.
Should it be possible to to run the two plugins (djangocms-frontend and djangocms-link) at the same time?
Is either one of those deprecated? In which project should it be fixed, or migrated to?
The text was updated successfully, but these errors were encountered: