issues
search
socialgenomics
/
discover-frontend
Ember frontend for Repositive discovery platform
0
stars
0
forks
source link
[DIS-252] - [B] - Fix current user's favourites showing up on every profile page
#1031
Closed
leojpod
closed
6 years ago
leojpod
commented
6 years ago
Before:
create a user and add some bookmarks, save its userID somewhere
logout and create another user
go on the profile of the 1st user: no bookmarks will be shown.
bookmark some stuff and go to the 1st user profile again: your current user bookmarks will show instead of the 1st user's ones
Now:
work as expected
Before:
Now: