Opened 16 years ago
Closed 15 years ago
#9038 closed defect (bug) (fixed)
"User Updated" text sticks after first successful update in admin page
Reported by: | redsweater | Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | minor | Version: | 2.7 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
If you make a single successful change in the user profile editor in wp-admin, it tacks a "updated=true" parameter onto the GET URL, which sticks even as you continue to make possibly ineffective changes.
- Go to a user's edit page in wp-admin.
- Make a successful change such as changing a first name.
- Observe the "User updated." div near the top.
- Make an unsuccessful change such as a failed password change by entering different values in each field.
Result: the "User updated" div continues to appear in spite of the errors.
Whenever a submission causes zero changes to occur on the user's profile, any existing "User updated" div should be hidden.
(This is in trunk r10492.)
Attachments (2)
Change History (8)
#1
@
15 years ago
- Keywords needs-patch added
- Milestone changed from 2.8 to Future Release
- Severity changed from normal to minor
#2
@
15 years ago
- Component changed from Administration to UI
- Milestone changed from Future Release to 2.9
Note: See
TracTickets for help on using
tickets.
this is an edge case, so punting. it would need to be checked/done in other admin screens as well.