diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 35e2736..4bcd025 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,8 @@ Changelog unreleased ========== +* fix: add `data-popup="yes"` to the link with class `related-widget-wrapper-link`, then the popup will be shown when the user clicks on the link. + The JS logic got changed after Django 4.1 upgrade (#15301) 1.6.0 (2024-05-16) ================== diff --git a/djangocms_content_expiry/templates/djangocms_content_expiry/admin/icons/additional_content_settings_icon.html b/djangocms_content_expiry/templates/djangocms_content_expiry/admin/icons/additional_content_settings_icon.html index b9a14aa..2db6c3b 100644 --- a/djangocms_content_expiry/templates/djangocms_content_expiry/admin/icons/additional_content_settings_icon.html +++ b/djangocms_content_expiry/templates/djangocms_content_expiry/admin/icons/additional_content_settings_icon.html @@ -1,5 +1,5 @@ {% load static i18n %} - + diff --git a/djangocms_content_expiry/templates/djangocms_content_expiry/calendar_icon.html b/djangocms_content_expiry/templates/djangocms_content_expiry/calendar_icon.html index ab349db..4d25f19 100644 --- a/djangocms_content_expiry/templates/djangocms_content_expiry/calendar_icon.html +++ b/djangocms_content_expiry/templates/djangocms_content_expiry/calendar_icon.html @@ -1,2 +1,2 @@ {% load static i18n %} - +