]> source.dussan.org Git - redmine.git/commit
Load changesets and time entries tabs async (#3058).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Jun 2019 07:12:30 +0000 (07:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Jun 2019 07:12:30 +0000 (07:12 +0000)
commit94c2356f383000cea42072a94b351f79ff4567d4
treea1162b7ee00ddd498d1cb52d3d6299fd9bde9b08
parent0714ced81572a1501d37bc866855a7f339c3bf03
Load changesets and time entries tabs async (#3058).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18275 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/helpers/issues_helper.rb
app/views/common/_tabs.html.erb
app/views/issues/_changesets.html.erb [deleted file]
app/views/issues/tabs/_changesets.html.erb
app/views/issues/tabs/_time_entries.html.erb
config/routes.rb
lib/redmine.rb
public/javascripts/application.js
test/functional/issues_controller_test.rb
test/integration/routing/issues_test.rb