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
When we click "additional content setting" in versions list, the setting dialog should be pop up, but now it's opened in the same window. When we click on the "save" button, the page can't be closed, but turn empty with a title "page closing... "
When we click "additional content setting" in versions list, the setting dialog should be pop up, but now it's opened in the same window. When we click on the "save" button, the page can't be closed, but turn empty with a title "page closing... "
under:
Django: 4.2.11
Django CMS: 4.0.1.dev4
djangocms-content-expiry: 1.6.0
This is a issue due to Django 4.2 upgrade.
The PR: https://github.com/django/django/pull/15301/files#diff-e01b712e0ef2ea7a3d38e6482034814eef4dea24166eb6484b5d1ce204980d27
So we have to add
data-popup=yes
to the link with classrelated-widget-wrapper-link
.The text was updated successfully, but these errors were encountered: