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:
commit
8a6bdf04c8
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ class IssuesController < ApplicationController
|
||||||
@issue.destroy
|
@issue.destroy
|
||||||
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
|
format.html { redirect_to project_issues_path }
|
||||||
format.js { render :nothing => true }
|
format.js { render :nothing => true }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue