Defect #1257 » 0001-Fix-broken-sprint-link-in-calendar.patch
| lib/scrum/calendars_controller_patch.rb | ||
|---|---|---|
| 36 | 36 |
sprints << {:name => sprint.name,
|
| 37 | 37 |
:url => url_for(:controller => :sprints, |
| 38 | 38 |
:action => :show, |
| 39 |
:id => sprint.id), |
|
| 39 |
:id => sprint.id, |
|
| 40 |
:only_path => true), |
|
| 40 | 41 |
:day => sprint.send(date_field).day, |
| 41 | 42 |
:week => sprint.send(date_field).cweek, |
| 42 | 43 |
:start => start} |
| 43 |
- |
|
- « Previous
- 1
- 2
- 3
- Next »