Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#744 closed task (fixed)

`NullBooleanField` should show an icon in the admin listing rather than "None"

Reported by: Tom Tobin <korpios@…> Owned by: Wilson Miner
Component: Generic views Version:
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As it currently stands, NullBooleanField displays icons for Yes/True and No/False in the admin listing; a value of NULL, on the other hand, simply displays "None". Since NullBooleanField is a 3VL logic field (True, False, Unknown), the Unknown value should be presented in the same format as the other values, i.e., with an icon. Suggestion: a question mark with a blue or yellow background.

Change History (4)

comment:1 by Wilson Miner, 18 years ago

Owner: changed from Adrian Holovaty to Wilson Miner
Status: newassigned

comment:2 by Wilson Miner, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [3050]) Fixed #744 -- Added icon to display null boolean values in admin changelists.

comment:3 by anonymous, 18 years ago

Component: Admin interfaceGeneric views
priority: normalhigh
Severity: normaltrivial
Summary: `NullBooleanField` should show an icon in the admin listing rather than "None"`NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34;
Type: enhancementtask

comment:4 by korpios, 17 years ago

Reporter: changed from Tom Tobin <korpios@…> to Tom Tobin <korpios@…>
Note: See TracTickets for help on using tickets.
Back to Top