Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result ID does not appear in search Results for REVIEW. Broken URLs #35

Closed
wenbert opened this issue Sep 9, 2010 · 3 comments
Closed

Comments

@wenbert
Copy link
Owner

wenbert commented Sep 9, 2010

When searching for a Review the result ID is not returned properly.

  • {{ result.object.id }}
  • or get_absolute_view_url does not work?!

Therefore, URLs are broken when click on the results.

@wenbert
Copy link
Owner Author

wenbert commented Sep 24, 2010

See
line 127 in views.py in reviews directory
def review_read(request, business_id):

definitely something is wrong with that since we are passing the business_id instead of the review id :P

@john2x
Copy link
Collaborator

john2x commented Sep 24, 2010

how the hell did that happen.. -_-

@wenbert
Copy link
Owner Author

wenbert commented Sep 24, 2010

this is fixed :P

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants