#14679 closed (fixed)
Change of behavior in add new user workflow when using "Save" button
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Attachments (2)
Change History (7)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 14 years ago
Attachment: | 14679.diff added |
---|
comment:2 by , 14 years ago
Has patch: | set |
---|
Added patch with possible solution.
(fisadev and croldan from PyAr on Rafaela host of Argentina Django sprint 2010)
comment:3 by , 14 years ago
Needs tests: | set |
---|---|
Summary: | Regression in add new user workflow → Change of behavior in add new user workflow when using "Save" button |
Summary in table form:
Before r13503:
Button pressed | Save and add another | Save and continue editing | Save |
Triggered behavior | Shows user details | Shows user details | Shows user details form |
After r13503:
Button pressed | Save and add another | Save and continue editing | Save |
Triggered behavior | Shows brand new user add form (OK, intended fix) | Shows use details form | Shows User change list (change in behavior) |
by , 14 years ago
Attachment: | 14679_authors.diff added |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Confirmed change in behavior. This also affects the 1.2.X branch.