Actions
Bug #1922
closedBackend: cancel edit user applies values as advanced search to backend users-list
Description
When searching, editing a user, and canceling it results in default value at registration being applied to the fields.
Files
Updated by krileon over 14 years ago
Appears to only apply to checkboxes, could not confirm for text or drop-downs.
Updated by krileon over 14 years ago
When canceling creation of a new user the $postdata variable appears to be populated. When saving the user it is empty so would appear the it is causing the form to Submit to the task showusers instead of just being a link or redirect of some sort.
Updated by krileon over 14 years ago
- File 1922.patch 1922.patch added
- Assignee set to beat
- % Done changed from 0 to 80
added jquery to NULL the profile edit values before canceling so they are not passed to the showusers task with values (which would cause the searching to populate with those values)
Updated by beat about 14 years ago
- Subject changed from default registration value being applied to User Management advanced searching to Backend: cancel edit user applies values as advanced search to backend users-list
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
- Estimated time set to 1:00 h
Fixed in r1250 .
Nice fix proposal. Thanks Kyle.
Actions