#1075 closed defect (fixed)
Bug in admin with edit_inline
Reported by: | Eric Moritz | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | blocker | Keywords: | |
Cc: | 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
There is a bug in models that have related objects with the edit_inline parameter set. The manipulator uses the dict "param" that is never reset with every iteration of the related objecs in the admin form. The result is that if the next field is empty, the previous field is used.
Attachments (2)
Change History (4)
by , 19 years ago
Attachment: | edit_inline_bug.diff added |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch had the wrong path