Opened 19 years ago
Closed 18 years ago
#262 closed defect (duplicate)
editable=False doesn't show in tables that are created with edit_inline=True
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | 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
If you have dependend records and define fields as editable=False, those fields don't show up in the tabular edit list when using the dependend data with edit_inline=True. There should be a way to define files as not editable but to be still shown. Maybe a hide=True/False whose default is True for editable=False fields and False for editable=True fields? That way one could override the current default behaviour.
Change History (3)
comment:1 by , 18 years ago
Summary: | editable=False doesn't show in tables that are created with edit_inline=True → editable |
---|---|
Type: | defect |
comment:2 by , 18 years ago
Summary: | editable → editable=False doesn't show in tables that are created with edit_inline=True |
---|---|
Type: | → defect |
comment:3 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #342