silentsokolov/django-admin-rangefilter

Search does not occur after pressing the "search" button

kebrick opened this issue · 7 comments

Django 3.2, Jazzmin UI

Is default admin ui?

No I'm using jazzmin ui

We support only the default admin ui ((
You can override templates for your ui if needed.

Welcome PR))

Может кому поможет, js скрипт пытается вытащить данные из формы под id="{{ choices.0.system_name }}-form".
Но Jazzmin UI рендерит форму под id="changelist-search"
Как это правильно исправить я пока не знаю.
Пример формы test.zip

@kebrick ,I also found this issue with jazzmin ui
Do you have a solution to this issue ?

@kebrick , я тоже обнаружил эту проблему с jazzmin ui.
У вас есть решение этой проблемы?
This is a bad decision on my part, but I had to take the source codes and change the "date_filter.html" template. I removed
the whole block (

) and added "{{spec.form}}" instead
date_filter.zip

@kebrick , Thank you