Ticket #5657 (closed Bug: fixed)

Opened 6 years ago

Last modified 5 years ago

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:

  1. Create a new user with different UserID and Login Name
  2. Fill 'Name' in the Member search with Login Name
  3. Result is a picture with Login Name label.
  4. 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

comment:1 Changed 6 years ago by wichert

  • Status changed from new to assigned
  • Description modified (diff)

comment:2 Changed 6 years ago by wichert

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [10230]) Fix a username vs userid confusion in the member search page and bring the implementation inline with the help text. fixes #5657

comment:3 Changed 5 years ago by hannosch

  • Milestone changed from 2.5.x to 2.5.1
Note: See TracTickets for help on using tickets.