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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue