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
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,
The block appears in the stremfield_app list as expected
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.
The text was updated successfully, but these errors were encountered:
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,
The block appears in the stremfield_app list as expected
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.
The text was updated successfully, but these errors were encountered: