LinkPlugin is silently unregistered by bootstrap4_link
FabriceSalvaire opened this issue · 4 comments
I am trying to upgrade to Django CMS v3.6.
Despite I have djangocms_link
in INSTALLED_APPS, cms check
reports
- LinkPlugin has instances but is no longer installed [ERROR]
Could you please @FabriceSalvaire paste more details? From which version are you trying to migrate? Which Django version are you using? Could you paste your traceback?
After investigation (put print statements in cms code) I discovered that djangocms_bootstrap4.contrib.bootstrap4_link
unregister djangocms_link.cms_plugins.LinkPlugin
which breaks my cms
@FabriceSalvaire it is intended behaviour to unregister djangocms-link when using djangocms-bootstrap4. Alternatively you can use bootstrap4 but without the link implementation?
For others who have this problem, there is a similar complaint and a solution: #163 (comment)