Opened 16 months ago

Last modified 16 months ago

#34638 closed Bug

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

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 Neeraj Kumar)

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

https://github.com/django/django/pull/16951

Change History (4)

comment:1 by Andrei Shabanski, 16 months ago

Description: modified (diff)

comment:2 by Andrei Shabanski, 16 months ago

Description: modified (diff)

comment:3 by Neeraj Kumar, 16 months ago

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

comment:4 by Neeraj Kumar, 16 months ago

Description: modified (diff)
Has patch: set
Note: See TracTickets for help on using tickets.
Back to Top