Skip to content

Filer Popup not closing if opened from CMS-Plugin config modal. #1577

@heppstux

Description

@heppstux

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:

Image Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions