Opened 12 months ago

Last modified 12 months ago

#34638 closed Bug

Rows are selected if BooleanField is in list_editable — at Version 8

Reported by: Andrei Shabanski Owned by: Neeraj Kumar
Component: contrib.admin Version: 4.2
Severity: Release blocker Keywords:
Cc: Neeraj Kumar, Marcelo Galigniana, Carlton Gibson Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by David Sanders)

If BooleanField is list_ediable and it stores True, the row will be highlighted on the changelist view. That row isn't selected for bulk actions though.

https://i.imgur.com/4zxrKSe.png

Ref #33491

Change History (8)

comment:1 by Andrei Shabanski, 12 months ago

Description: modified (diff)

comment:2 by Andrei Shabanski, 12 months ago

Description: modified (diff)

comment:3 by Neeraj Kumar, 12 months ago

Cc: Neeraj Kumar added
Owner: changed from nobody to Neeraj Kumar
Status: newassigned

comment:4 by Neeraj Kumar, 12 months ago

Description: modified (diff)
Has patch: set

comment:6 by David Sanders, 12 months ago

Triage Stage: UnreviewedAccepted

Thanks for the report 👍

comment:7 by David Sanders, 12 months ago

Cc: Marcelo Galigniana Carlton Gibson added
Severity: NormalRelease blocker

comment:8 by David Sanders, 12 months ago

Description: modified (diff)

Neeraj it's not necessary to add PR links in the description as well as your comment ;)

PRs are automatically linked (see the "Pull Requests:" bit at the top). Some people like to see PRs in the comments too 🤷‍♂️ But I'd leave it out of the description as it looks like the reporter added it.

Note: See TracTickets for help on using tickets.
Back to Top