What steps will reproduce the problem?
1. add a person and some works without keywords
2.
3.
What is the expected output? What do you see instead?
Expect to see people/[id] with empty Keyword cloud. See a 404 error instead.
What version of the product are you using? On what operating system?
r1497
Please provide any additional information below.
"Fixed" by inserting following condition in people_controller.rb, line 110
bin_count = 5
if @facets[:keywords].length > 0
kwords = @facets[:keywords].first(max)
Original issue reported on code.google.com by stirnam...@gmail.com on 23 Jun 2010 at 4:59
Original issue reported on code.google.com by
stirnam...@gmail.com
on 23 Jun 2010 at 4:59