Opened 14 years ago

Closed 13 years ago

#14014 closed (fixed)

Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form

Reported by: Ramiro Morales Owned by: nobody
Component: contrib.admin Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Found this change of behavior of the Home › Auth › Users › Add user admin view between 1.1 and 1.2 when looking at #14012.

In 1.1 when you click the 'Save and add another' button you are taken to another identical page (with username, password1 and password2 fields) but empty, ready to quickly add another user.

In 1.2, you are taken to the Change user page (the one with a 'The user "xxx" was added successfully. You may edit it again below.' message) as if you had clicked on one of the other two buttons ('Save and continue editing' or 'Save')

Attachments (1)

14014.diff (1.8 KB ) - added by Ramiro Morales 14 years ago.
A possible fix for this issue

Download all attachments as: .zip

Change History (6)

by Ramiro Morales, 14 years ago

Attachment: 14014.diff added

A possible fix for this issue

comment:1 by Ramiro Morales, 14 years ago

Has patch: set

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13503]) Fixed #14014 -- Ensure that the "save and add another" button for users actually does what it says. Thanks to Ramiro for the report.

comment:3 by Russell Keith-Magee, 14 years ago

(In [13504]) [1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for users actually does what it says. Thanks to Ramiro for the report.

Backport of r13503 from trunk.

comment:4 by Atr3ides, 13 years ago

Resolution: fixed
Status: closedreopened

This breaks 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.

comment:5 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: reopenedclosed

Re-closing this because the issue this reported was fixed, will open another ticket with what Atr3ides reports.

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