Project settings: Move issue tracking settings to their own tab (#26488).

git-svn-id: http://svn.redmine.org/redmine/trunk@16896 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2017-07-27 16:42:50 +00:00
parent 09148ba665
commit 000ff80320
6 changed files with 53 additions and 53 deletions

View File

@@ -189,7 +189,7 @@ class ProjectsController < ApplicationController
respond_to do |format|
format.html {
flash[:notice] = l(:notice_successful_update)
redirect_to settings_project_path(@project)
redirect_to settings_project_path(@project, params[:tab])
}
format.api { render_api_ok }
end