Ticket #5657 (closed Bug: fixed)
Result of Member search displayed incorrectly when UserID is different from Login Name
| Reported by: | atmasamarpan | Owned by: | wichert |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5.1 |
| Component: | Users/Groups | Keywords: | |
| Cc: |
Description (last modified by wichert) (diff)
Steps to reproduce:
- Create a new user with different UserID and Login Name
- Fill 'Name' in the Member search with Login Name
- Result is a picture with Login Name label.
- Normally the picture should be a link to a user home folder, but the link is not created.
The problem is caused by a call "result/getUserName" in CMFPlone/skins/plone_forms/member_search_results.pt. The call should be replaced by "result/getUserId".
Change History
Note: See
TracTickets for help on using
tickets.
