Opened 15 years ago
Closed 15 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)
Change History (6)
by , 15 years ago
| Attachment: | 14014.diff added |
|---|
comment:1 by , 15 years ago
| Has patch: | set |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 15 years ago
comment:4 by , 15 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
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 , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Re-closing this because the issue this reported was fixed, will open another ticket with what Atr3ides reports.
A possible fix for this issue