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

class collapse inside inline not working any more #816

Open
omargawdat opened this issue Oct 21, 2024 · 0 comments
Open

class collapse inside inline not working any more #816

omargawdat opened this issue Oct 21, 2024 · 0 comments

Comments

@omargawdat
Copy link

unfold: 0.40
django: 5.12
chrome: latest

description: the collapse inside inline isn't working anymore

code:
class WorkerInline(StackedInline): form = WorkerForm model = Worker fk_name = "company" fieldsets = ( ( "Personal Information", { "fields": ( ("first_name", "last_name"), "phone_number", "gender", "image", "packages", "is_active", ) }, ), ) filter_horizontal = ("packages",) classes = ["collapse"]

additionally when I tried to use tab = true it doesn't work when switching language
english:
image
arabic:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant