Opened 19 years ago

Closed 17 years ago

Last modified 16 years ago

#24 closed defect (wontfix)

edit_inline support for OneToOne relationships

Reported by: Adrian Holovaty Owned by: nobody
Component: Metasystem Version:
Severity: normal Keywords: subclassing
Cc: gary.wilson@…, toomim@… Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

An object should be able to edit a OneToOne related object inline on the original object's page.

For example, users should be able to edit lawrence.com Restaurants on the Place admin screen. (Restaurants are a one-to-one extension of Places.)

Attachments (1)

cannotedit121.jpg (105.0 KB ) - added by Michael Toomim <toomim@…> 16 years ago.
Screenshot where one cannot edit an inlined OneToOneField after saving the model

Download all attachments as: .zip

Change History (13)

comment:1 by anonymous, 19 years ago

priority: lownormal

comment:2 by rjwittams, 19 years ago

Keywords: subclassing added

This will happen "for free" when OneToOne is moved to subclassing, as the admin page would be generated from the dynamic type of the object.

comment:3 by Link, 18 years ago

Summary: edit_inline=True should be possible for OneToOne related objectsedit_inline
Type: defect

comment:4 by Gary Wilson <gary.wilson@…>, 18 years ago

Summary: edit_inlineedit_inline support for OneToOne relationships
Type: defect

comment:5 by anonymous, 18 years ago

Cc: gary.wilson@… added

comment:6 by Gary Wilson <gary.wilson@…>, 17 years ago

Triage Stage: UnreviewedDesign decision needed

I know this feature has been in demand, but model subclassing will greatly affect the implementation of this feature.

comment:7 by Jacob, 17 years ago

Resolution: wontfix
Status: newclosed

Marking wontfix: as rjw. says, once proper subclassing exists editing a Restuaruant *will be* editing a Place, so no need for edit_inline.

comment:8 by James Bennett, 17 years ago

#3662 and #3849 were duplicates.

comment:9 by Michael Toomim <toomim@…>, 16 years ago

Is this the bug causing the problem with the attached screenshot, or should I create a new ticket?

The screenshot is a Before and After that illustrates my problem: I can edit the inline OneToOneField "Person" when I create a "Pub", but not after I save it.

by Michael Toomim <toomim@…>, 16 years ago

Attachment: cannotedit121.jpg added

Screenshot where one cannot edit an inlined OneToOneField after saving the model

comment:10 by Michael Toomim <toomim@…>, 16 years ago

Cc: toomim@… added

comment:11 by korpios, 16 years ago

Cc: korpios@… added

comment:12 by korpios, 16 years ago

Cc: korpios@… removed
Note: See TracTickets for help on using tickets.
Back to Top