fabiocaccamo / django-admin-interface

:superhero: :zap: django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.
MIT License
1.78k stars 180 forks source link

Partial facet support #396

Open nad2000 opened 1 month ago

nad2000 commented 1 month ago

Python version 3.12, 3.10

Django version 5.0 (5.0.7)

Package version 0.28.8

Current behavior (bug description) The admin doesn't show toggle for the counts ("Show counts") with the default "show_facets" settings (ALLOW). Hence, the user can't turn the counts on: image The counts are shown next to the values provided the "show_facets" is set to ALWAYS:

image

Expected behavior For Django 5.0 it's expected to have a toggle enabled.

Upvote & Fund

Fund with Polar

fabiocaccamo commented 1 month ago

@nad2000 thank you for reporting this!