software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

Priority is set to 1 when editing the backlog #17

Closed rosenfeld closed 14 years ago

rosenfeld commented 14 years ago

While editing the backlog the priority is reset to 1 in the edit pop-up, instead of maintaining the original priority.

rosenfeld commented 14 years ago

The fix is changing the following line in app/views/user_stories/_edit.erb:

# f.spinbox_field :priority, :value => 1, :align => "right"
f.spinbox_field :priority, :value => @user_story.priority, :align => "right"
software-project commented 14 years ago

Thanks. Credits go to you in commit message.