Opened 19 years ago

Closed 17 years ago

#262 closed defect (duplicate)

editable=False doesn't show in tables that are created with edit_inline=True

Reported by: hugo <gb@…> 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 URL, 18 years ago

Summary: editable=False doesn't show in tables that are created with edit_inline=Trueeditable
Type: defect

comment:2 by Malcolm Tredinnick, 18 years ago

Summary: editableeditable=False doesn't show in tables that are created with edit_inline=True
Type: defect

comment:3 by Chris Beaven, 17 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #342

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