Commit 10b6cb4d authored by Felix Richter's avatar Felix Richter

Redirect to issues list after deleting an issue in edit view

parent ac620363
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment