Actions
Bug #1897
closedUsers list : empty ones: clicking "No users in this list" results in blank error page
Description
When searching a userlist and not results are found the message "No users in this list" is displayed as expected. However the text is actually click-able and when clicked it will lead to a blank error page. Was able to confirm.
Files
Updated by krileon about 14 years ago
- File 1897.patch 1897.patch added
- Status changed from New to Resolved
- % Done changed from 0 to 80
Each user row has an ID, but when no user is displayed the row does not have an ID. Added check to jquery to ensure the row has an ID before attempting to link.
Updated by beat about 14 years ago
- Subject changed from clicking "No users in this list" results in blank error page to Users list : empty ones: clicking "No users in this list" results in blank error page
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
- Estimated time set to 0:30 h
Fixed in r1241 .
Thank you, Kyle.
Actions