Project

General

Profile

Defect #32198 » issues_controller-fix-reference.diff

José Esteves, 2019-10-04 21:21

View differences:

app/controllers/issues_controller.rb
204 204
      render :partial => 'issues/tabs/time_entries', :locals => {:time_entries => @time_entries}
205 205
    when 'changesets'
206 206
      @changesets = @issue.changesets.visible.preload(:repository, :user).to_a
207
      changesets.reverse! if User.current.wants_comments_in_reverse_order?
207
      @changesets.reverse! if User.current.wants_comments_in_reverse_order?
208 208
      render :partial => 'issues/tabs/changesets', :locals => {:changesets => @changesets}
209 209
    end
210 210
  end
(1-1/2)