scrum-pm icon indicating copy to clipboard operation
scrum-pm copied to clipboard

Dashboard does not refresh after Add Task to see newly created task.

Open heng7 opened this issue 15 years ago • 3 comments

v0.1.5: Dashboard does not refresh after Add Task to see newly created task. In previous version 0.1.4 the dashboard refreshes automatically after a Task was added.

Good job. Keep it up.

heng7 avatar Aug 26 '10 07:08 heng7

Maybe because you use Redmine1.0.x. I had the same problem.

Redmine have changed data structures of the attachment files. Add Task will fail with NoMethodError.

Rewrite it like this.

--- a/app/controllers/issue_sprints_controller.rb
+++ b/app/controllers/issue_sprints_controller.rb
@@ -44,7 +44,7 @@ class IssueSprintsController  params, :issu
         @issue_statuses = IssueStatus.find(:all)

HirofumiYoshida avatar Sep 27 '10 09:09 HirofumiYoshida

Yes, I am using Redmine 1.0.x. I see that the change you mentioned is already at line 49 Would you mind sharing your set of codes instead?

heng7 avatar Oct 09 '10 06:10 heng7

Hi,

Does anyone know if this issue has been fixed or is being worked on?

Thanks

garethfiler avatar Nov 16 '10 16:11 garethfiler