silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
721 stars 106 forks source link

fixing case with two widgets on one page #67

Closed snnwolf closed 3 years ago

snnwolf commented 3 years ago

I have error on admin page when added two or more widgets filter on search page like created_at, finished_at. Filter by second field finished_at won't working.. Fixed.

silentsokolov commented 3 years ago

Thanks, Which is version django-admin-rangefilter and django? logs from js console? Because its not first time #18

snnwolf commented 3 years ago

Sorry..

Those case #18 fixes the unicode name for field.. My MR fix multiple widgets. Problem in search button handler: it's find form and input#search-url by id thats repeat on the html page, double id on one page generate this problem.