pharmazone / redmine_charts2

Plugin which integrates with Redmine 2.0.3 and 2.1.x following charts: burndown, timeline, ratios of logged hours and issues, deviations of logged hours.
http://github.com/pharmazone/redmine_charts2
MIT License
51 stars 22 forks source link

No entries in timeline in redmine 2.2 #11

Closed mrMoe closed 11 years ago

mrMoe commented 11 years ago

Hi I'm useing redmine 2.2 and in timeline are no entries displayed. The flash-Diagramm always shows 0 hours

Started GET "/redmine/charts/timeline/intern?utf8=%E2%9C%93&page=&project_id=4&saved_condition_id=&chart_form_action=&grouping=none&fields%5B%5D=project_ids&project_ids%5B%5D=59&commit=Anwenden&saved_condition_create_name=&limit=20&offset=0&range=weeks" for 127.0.0.1 at 2012-12-28 12:16:27 +0100 Processing by ChartsTimelineController#index as HTML Parameters: {"utf8"=>"✓", "page"=>"", "project_id"=>"intern", "saved_condition_id"=>"", "chart_form_action"=>"", "grouping"=>"none", "fields"=>["project_ids"], "project_ids"=>["59"], "commit"=>"Anwenden", "saved_condition_create_name"=>"", "limit"=>"20", "offset"=>"0", "range"=>"weeks"} Current user: m.herrmann (id=4) Rendered plugins/redmine_charts2/app/views/charts/_filters.html.erb (7.8ms) Rendered plugins/redmine_charts2/app/views/charts/_saved_conditions.html.erb (0.6ms) Rendered plugins/redmine_charts2/app/views/charts/index.html.erb within layouts/base (16.1ms) Completed 200 OK in 147ms (Views: 80.2ms | ActiveRecord: 3.4ms)

greetings moe

pharmazone commented 11 years ago

Hi,

This version of plugin wasn't tested with RM2.2.

May be I will found time on Holidays and adopt plugin.

mrMoe commented 11 years ago

Hi,

it seems to work after an

rake charts:migrate RAILS_ENV=production

maybe you should add this to the documentation :D

pharmazone commented 11 years ago

Moe, I havent add this migration instruction because doesn't work properly.

See #4

mrMoe commented 11 years ago

took a long time but worked perfectly :D

pharmazone commented 11 years ago

Are you sure??? May be it's a magic of Ruby, but it shouldn't work:)

https://github.com/pharmazone/redmine_charts2/issues/11#issuecomment-11730060

Any way thanks You, I will check compatibility soon.

Happy New Year, mrMoe!!