256MbTeam / Redmine-Scrumbler

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects.
GNU General Public License v2.0
112 stars 41 forks source link

Backlog's drag and drop is semi-working #52

Closed nMustaki closed 12 years ago

nMustaki commented 12 years ago

Hello,

first, thanks for your plugin :-)

Second, I have an issue when trying to drag and drop a feature/task between the backlog and the sprint columns. It says "Something went wrong" , but if I reload the page, the feature/task has been switched ok.

Also, I can't add an issue which is at the end of backlog column, because I can't go up to where I activate the "Something went wrong" dialog.

It is reproductible on Chromium and Firefox, both on latest stable version.

Thanks you ! Nathan

snicke commented 12 years ago

+1 Can confirm the bug in 1.50.

xeta commented 12 years ago

We cant reproduce this bug. Can you post error logs from server and browser console?

chagel commented 12 years ago

+1

i have the same error on lastest version.

Processing ScrumblerBacklogsController#change_issue_version (for xx at 2012-03-17 21:18:24) [POST] Parameters: {"sprint_id"=>"1", "project_id"=>"crius", "issue_id"=>"308", "action"=>"change_issue_version", "controller"=>"scrumbler_backlogs"} Sending email notification to: ....

NoMethodError (undefined method link_to' for #<ScrumblerBacklogsController:0xb6de707c>): vendor/plugins/redmine_scrumbler/app/helpers/scrumbler_helper.rb:50:inprepare_issue_subject' vendor/plugins/redmine_scrumbler/app/helpers/scrumbler_helper.rb:49:in prepare_issue_subject' vendor/plugins/redmine_scrumbler/app/helpers/scrumbler_backlogs_helper.rb:23:inprepare_issues_for_json' vendor/plugins/redmine_scrumbler/app/helpers/scrumbler_backlogs_helper.rb:20:in map' vendor/plugins/redmine_scrumbler/app/helpers/scrumbler_backlogs_helper.rb:20:inprepare_issues_for_json' vendor/plugins/redmine_scrumbler/app/helpers/scrumbler_backlogs_helper.rb:71:in prepare_backlog_for_json' vendor/plugins/redmine_scrumbler/app/controllers/scrumbler_backlogs_controller.rb:81:inchange_issue_version'

xeta commented 12 years ago

Ok, i solve this bug. This error appears only for issues with subtasks. Try master branch.

Tiennd commented 12 years ago

I have the same issue now. The message "Some thing wrong" displays when the button "Move to TOP" is clicked then nothing done.

Thanks, Tien