django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

fix: Avoid unnecessary loading of `actions.js` asset into the toolbar #403

Closed fsbraun closed 2 months ago

fsbraun commented 2 months ago

Description

As of django CMS 4.1.1, the actions.js asset needs not be loaded by the toolbar. This slightly improves the decoupling of versioning and django CMS core on the JS code base.

Related resources

Checklist