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

list filter gone after newest django update #55

Open
minkoonim opened this issue Oct 13, 2022 · 4 comments
Open

list filter gone after newest django update #55

minkoonim opened this issue Oct 13, 2022 · 4 comments

Comments

@minkoonim
Copy link
Contributor

minkoonim commented Oct 13, 2022

before django admin's filter.html template used to be sorta

<h3>title</h3>
<ul><li>option<li><ul>

it became

<summary>
<h3>title</h3>
<ul><li>option<li><ul>
<summary>

and toolbar.js couldn't pick up them in moveFilter function
I overrided filter.html to old version, and it works.

@minkoonim
Copy link
Contributor Author

#57

@hrlien
Copy link

hrlien commented Nov 4, 2022

Hi! Just wonder if this issue will be fixed in the next release. Still missing list filters in latest Django version.

@assem-ch
Copy link
Owner

assem-ch commented Nov 4, 2022

@hrlien I will test and release

@assem-ch
Copy link
Owner

assem-ch commented Nov 6, 2022

@hrlien @minkoonim released into 1.3.3 version

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

3 participants