backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

redmine backlogs story points no save #1124

Open adrianobr opened 8 years ago

adrianobr commented 8 years ago

Branch feature/redmine3

redmine backlogs story points no save value.

moopmonster commented 8 years ago

Hi, I faced this issue too. The story point gets updated, but upon display, it is just blank/nil for some reason. I hacked it by changing story_points to story_points_before_type_cast in the function points_display. There is a bug somewhere that is making story_points blank. Unfortunately I am new to ruby on rails.