Changes between Version 1 and Version 3 of Ticket #34625


Ignore:
Timestamp:
Jun 4, 2023, 4:48:12 PM (12 months ago)
Author:
Thibaud Colas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34625

    • Property Triage Stage UnreviewedAccepted
  • Ticket #34625 – Description

    v1 v3  
    88- "list box" – those `select` elements don’t have a label at all. This needs to be added by transforming the `h2` elements into `label`, with a `for` pointing at each field.
    99
    10 In both cases it seems the fix should be implemented in [SelectFilter2.js https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/SelectFilter2.js#L38].
     10In both cases it seems the fix should be implemented in [https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/SelectFilter2.js#L38 SelectFilter2.js#L38].
    1111
    1212In Django itself, only `contrib.auth` group and user model forms use the `filter_horizontal` ModelAdmin API which has the issue. Not quite sure whether this widget is meant to be reused by users or not.
Back to Top