mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 17:46:07 +10:00
Merge pull request #264 from flixflax/remove_issue_fix
Redirect to issues list after deleting an issue in edit view
This commit is contained in:
@@ -87,6 +87,7 @@ class IssuesController < ApplicationController
|
||||
@issue.destroy
|
||||
|
||||
respond_to do |format|
|
||||
format.html { redirect_to project_issues_path }
|
||||
format.js { render :nothing => true }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user