When opening the image edit view from within a CMS plugin config modal, after pressing save the dialog is cleared but the browser window stays opened.
Expected behavior:
Window should close; exactly as it does, if opened directly from any other admin page for model instances with a filer-image.
Steps to reproduce:
Additional Info
models.py
class ImagePlugin(CMSPlugin):
image_file = FilerImageField(related_name="image_file", on_delete=models.CASCADE)
Affected versions
django-filer 3.4.4
django-cms 5.0.5
django 5.2.11
djangocms-admin-style 3.3.1