Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django-Streamfields Compatibility Issue. #228

Closed
jefffortune opened this issue Dec 14, 2022 · 4 comments
Closed

Django-Streamfields Compatibility Issue. #228

jefffortune opened this issue Dec 14, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@jefffortune
Copy link

jefffortune commented Dec 14, 2022

Python version
3.9

Django version
4.1

Package version
django-admin-interface 0.24.0
django-streamfield 1.4.4

Current behavior (bug description)
Using django-streamfields with basic out-the-box setup and using text only to eliminate any additional issues.
On the admin screen creating a new content page, I click to add a new block,
image
The block appears in the stremfield_app list as expected
image
When clicking on add content, the modal does not open as expected.
However, I can click save, and after the page saves, I can now click the add content button and add the content for testing.
And the system adds the block as expected.
Expected behavior
After initially adding the block to the stream field app list I would expect clicking add content would open the modal so I can add content.

I can comment out admin_interface in installed apps and the basic Django admin works as expected.

@jefffortune jefffortune added the bug Something isn't working label Dec 14, 2022
@fabiocaccamo
Copy link
Owner

When clicking on add content, the modal does not open as expected.

Probably there is an error in the browser console, could you check it please?

@fabiocaccamo
Copy link
Owner

@jefffortune I have been able to reproduce it.

@fabiocaccamo
Copy link
Owner

Fixed in 0.24.1 version.

@jefffortune
Copy link
Author

Thank you very much for the speedy solution. I have tested this and can confirm it works as expected. Thank you again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants