#15420 closed (fixed)
Regression adding an User object in a popup fails
| Reported by: | Russell Keith-Magee | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.2 |
| Severity: | Keywords: | blocker, regression | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
#14012 describes a problem with creating new users using popup dialogs (i.e., by clicking on a green plus associated with a foreign key or m2m field in admin)
That issue was fixed in r13501, but dburke@… has subsequently reported a regression as a result of r14628.
Change History (3)
comment:1 by , 15 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r15637 (trunk) and r15638 (1.2.X branch).