I just installed the facebook-clone
example<https://raw.github.com/mdipierro/web2py-recipes-source/master/apps/02_building_your_first_applications/web2py.app.facebook_clone.w2p>,
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
1. Create an account
2. Add some wall updates
3. Logout
4. Create a different account
5. Add some [different] wall updates
6. Search for first profile
7. Click link to view profile
8. Add that person as friend
9. Logout
10. Login as first profile
11. Click "Friends" tab
12. Note that "Friendship Offered" now includes hyperlinked name of
second profile with [accept] [deny] buttons
13. Click second profile name
14. Presented with own 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
Issue reported: https://github.com/mdipierro/web2py-recipes-source/issues/1