Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#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

Description

Atr3ides reports in #14014 that r13503 broke the two steps behavior of the user creation flow. When creating a new user and hitting "Save", you are now redirected to User model change list instead of entering editing mode for adding additional user profile.

Attachments (2)

14679.diff (830 bytes ) - added by fisadev 13 years ago.
14679_authors.diff (377 bytes ) - added by César H. Roldán 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Ramiro Morales, 13 years ago

Triage Stage: UnreviewedAccepted

Confirmed change in behavior. This also affects the 1.2.X branch.

by fisadev, 13 years ago

Attachment: 14679.diff added

comment:2 by fisadev, 13 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 Ramiro Morales, 13 years ago

Needs tests: set
Summary: Regression in add new user workflowChange of behavior in add new user workflow when using "Save" button

Summary in table form:

Before r13503:

Button pressed Save and add anotherSave and continue editingSave
Triggered behaviorShows user details Shows user details Shows user details form

After r13503:

Button pressed Save and add another Save and continue editingSave
Triggered behaviorShows brand new user add form (OK, intended fix)Shows use details form Shows User change list (change in behavior)

by César H. Roldán, 13 years ago

Attachment: 14679_authors.diff added

comment:4 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r14628 (trunk) and r14629 (1.2.X branch).

comment:5 by Jacob, 12 years ago

milestone: 1.3

Milestone 1.3 deleted

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