web2py-recipes-source
web2py-recipes-source copied to clipboard
Facebook clone example - doesn't show other profile
I just installed the facebook-clone example, and started fiddling around by testing its features.
Issue
Attempts to view profile+wall of people offering friendship redirects you to your wall.
Steps to reproduce
- Create an account
- Add some wall updates
- Logout
- Create a different account
- Add some [different] wall updates
- Search for first profile
- Click link to view profile
- Add that person as friend
- Logout
- Login as first profile
- Click "Friends" tab
- Note that "Friendship Offered" now includes hyperlinked name of second profile with [accept] [deny] buttons
- Click second profile name
- Presented with my profile
- The link was directed to: http://localhost:8000/facebook_clone/default/wall/2 but I was redirected to: http://localhost:8000/facebook_clone/default/home