google-code-export / bibapp

Automatically exported from code.google.com/p/bibapp
Other
0 stars 0 forks source link

404 error from groups_controller.rb when works = 0 #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
See issue #165 for people_controller.rb. Same problem, but for Groups that
have People with 0 works.
Use 
  if work_count > 0
  ...
  end
to wrap the Google Chart and keyword stuff under before :show block and the
error goes away.

Original issue reported on code.google.com by stirnam...@gmail.com on 4 Jun 2010 at 5:15

GoogleCodeExporter commented 9 years ago
Fixed in r1499. -Bill

Original comment by waingram on 29 Jun 2010 at 5:29