#35650: Multi select checkboxes with shift key is not working in TabularInlineAdmin
--------------------------------+------------------------------------
Reporter: tanaydin sirin | Owner: (none)
Type: New feature | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------+------------------------------------
Changes (by Natalia Bidart):
* needs_better_patch: 0 => 1
* stage: Unreviewed => Accepted
* version: 5.1 => dev
Comment:
Hello tanaydin sirin, thank you for your interest in making Django better.
I have reproduced the described issue, and I agree it would be good to
allow for shift-selecting in tabular admins just like in the changelist
page.
I took a quite look at your PR, and I was thinking that instead of
providing new javascript, we should try to re-use/generalize what the
changelist page is already using. Could you look into that?
--
Ticket URL: <
https://code.djangoproject.com/ticket/35650#comment:3>