Ticket #19 (closed defect: fixed)
Error on "people finder" of Social Profile Wall
| Reported by: | Sean.McClowry | Owned by: | Xiping.Wang |
|---|---|---|---|
| Priority: | medium | Milestone: | 1.1 |
| Component: | WikiExtensions | Version: | 1.0 |
| Keywords: | social profile, wiki | Cc: | |
| Actual Effort (in hours): | Estimated Effort (in hours): |
Description
The current build version of omCollab deployed on waterloo errors when doing a lookup on the people finder through typeahead
Attachments
Change History
comment:2 Changed 4 years ago by Andreas.rindler
- Keywords social profile, wiki added
- Component changed from Explore to WikiExtensions
This is working in Explore, but not in the wiki extension
comment:4 Changed 3 years ago by Xiping.Wang
it is fine in explore. could you provide more detail about this defect? which wiki extension or url? screenshot is welcome.
comment:5 Changed 3 years ago by Andreas.rindler
In Explore it works. But if you go to your Social Profile (via link in top left portlet), you will see that it doesn't work.
comment:6 Changed 3 years ago by Sean.McClowry
I would also add that it works in explore but has a minor error: for some users, multiple instances of the usernames appear. To test from explore, search for sean.mcclowry or andreas.rindler.
The fix might be as simple as putting a SELECT DISTINCT on the query.
Changed 3 years ago by Xiping.Wang
-
attachment
ticket_19_url.png
added
typeahead error in Social Profile page.
comment:7 Changed 3 years ago by Xiping.Wang
- Status changed from new to assigned
Andi,
is it like ticket_19_url.png ?
comment:8 Changed 3 years ago by Andreas.rindler
Yes, but check out ticket_19_finder_error1.PNG for a better picture. And it's not working perfect either on Explore. You can see that both version show duplicates.
comment:9 Changed 3 years ago by Xiping.Wang
- Status changed from assigned to closed
- Resolution set to fixed
fixed two issues here.
1.make sure the typeahead div never show duplicated records.
2.fix the typeahead display of the Social Profile page
comment:10 Changed 3 years ago by Andreas.rindler
- Status changed from closed to reopened
- Resolution fixed deleted
Tested in revision 365. The value behind the DIV is 'undefined', so users end up on the page http://waterloo.openmethodology.org/wiki/User:Undefined which is incorrect.
comment:11 Changed 3 years ago by Xiping.Wang
- Status changed from reopened to closed
- Resolution set to fixed
fixed in revision 368.
comment:12 Changed 3 years ago by Andreas.rindler
- Status changed from closed to reopened
- Resolution fixed deleted
The click on the DIV works now, but the user image doesn't appear anymore (it does work in Explore) and when hovering the mouse pointer over the DIV it doesn't highlight the selection anymore.
comment:13 Changed 3 years ago by Xiping.Wang
- Status changed from reopened to closed
- Resolution set to fixed

Can you please be more specific on what errors your get and whether it occurs on Exlore or in Social Profile?