]> source.dussan.org Git - redmine.git/commitdiff
Add to do to fix the deprecation warning (#37626).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sun, 2 Oct 2022 09:59:11 +0000 (09:59 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sun, 2 Oct 2022 09:59:11 +0000 (09:59 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21884 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/repositories_controller.rb

index 56be9d526ac1d3d5809e4aa962abcc7d6e8956eb..003fb3b6c41a9a47152f00f10a71a39c3a6c7215 100644 (file)
@@ -286,6 +286,7 @@ class RepositoriesController < ApplicationController
       @changeset = @repository.find_changeset_by_name(@rev)
       @changeset_to = @rev_to ? @repository.find_changeset_by_name(@rev_to) : nil
       @diff_format_revisions = @repository.diff_format_revisions(@changeset, @changeset_to)
+      # ToDo: Fix DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated
       render :diff, :formats => :html, :layout => 'base.html.erb'
     end
   end