#36629: In the admin m2m widget filter_vertical, the “choose all” button is
missing.
---------------------------------+-----------------------------------------
Reporter: Antoliny | Type: Bug
Status: new | Component: contrib.admin
Version: 5.2 | Severity: Normal
Keywords: filter_vertical | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
---------------------------------+-----------------------------------------
Currently, the “choose_all” button exists for `filter_horizontal`, but it
is not available when using `filter_vertical`.
**filter_horizontal**
[[Image(horizontal.png)]]
**filter_vertical**
[[Image(vertical.png)]]
I’m not exactly sure why the choose_all button doesn’t exist for
`filter_vertical`.
I don’t think the “choose all” button has a significant impact on page
height.
Unless there’s a specific reason, I believe the choose_all button should
naturally exist for `filter_vertical` as well.
Additionally, the “choose all” button was also not present in versions 4.2
and 5.0.
**5.0**
[[Image(vertical_5.0.png)]]
**4.2**
[[Image(vertical_4.2.png)]]
--
Ticket URL: <
https://code.djangoproject.com/ticket/36629>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.