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
I did some digging and found that it would be a really simple change (at least here) to get it compatible
simply adding the 'in' class to each one of the field entries make it work as expected.
'classes': ('collapse', 'collapse-closed')}),
to
'classes': ('collapse in', 'collapse-closed')}),
Steps to reproduce the issue
override admin template, add bootstrap
/admin/zinnia/entry/add
click show on any fieldset
Specifications
I checked all three of your current branches, stylesheet collision would still occur
Disclaimer
Please read these questions carefully and answer honestly with an x
into all the boxes [ ]:
I have read the guidelines for contributing linked to above.
I have checked for duplicate issues.
This is not a support request.
The text was updated successfully, but these errors were encountered:
Actual behavior
expanding fieldsets are set to display none
Expected behavior
open, close
I did some digging and found that it would be a really simple change (at least here) to get it compatible
simply adding the 'in' class to each one of the field entries make it work as expected.
'classes': ('collapse', 'collapse-closed')}),
to
'classes': ('collapse in', 'collapse-closed')}),
Steps to reproduce the issue
Specifications
I checked all three of your current branches, stylesheet collision would still occur
Disclaimer
Please read these questions carefully and answer honestly with an
x
into all the boxes
[ ]
:The text was updated successfully, but these errors were encountered: