Project

General

Profile

Defect #1257 » 0001-Fix-broken-sprint-link-in-calendar.patch

Bartosz Firyn, 2016-12-08 18:57

View differences:

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
- 
(3-3/3)