Bug #2345
Updated by Andriy Lesyuk almost 7 years ago
log
<pre>
Started DELETE "/issues/TEST-1" for 127.0.0.1 at 2014-10-24 19:53:53 +0200
Processing by IssuesController#destroy as HTML
Parameters: {"authenticity_token"=>"xxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "id"=>"TEST-1"}
Current user: mdnsoft (id=1)
Rendered common/error.html.erb within layouts/base (0.1ms)
Filter chain halted as :find_issues rendered or redirected
Completed 404 Not Found in 14.0ms (Views: 9.4ms | ActiveRecord: 1.9ms)
</pre>
<pre>
Started DELETE "/issues/TEST-1" for 127.0.0.1 at 2014-10-24 19:53:53 +0200
Processing by IssuesController#destroy as HTML
Parameters: {"authenticity_token"=>"xxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "id"=>"TEST-1"}
Current user: mdnsoft (id=1)
Rendered common/error.html.erb within layouts/base (0.1ms)
Filter chain halted as :find_issues rendered or redirected
Completed 404 Not Found in 14.0ms (Views: 9.4ms | ActiveRecord: 1.9ms)
</pre>