mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update auth_helper.rb
This commit is contained in:
@@ -16,7 +16,7 @@ module AuthHelper
|
||||
if token.nil?
|
||||
redirect_to :back, :flash => {:error => "Bad link"}
|
||||
else
|
||||
render :partial => 'issues/show', locals: {issue: Issue.find token.issue_id}, :flash => {:notice => token.issue_id}
|
||||
#render :partial => 'issues/show', locals: {issue: Issue.find token.issue_id}, :flash => {:notice => token.issue_id}
|
||||
end
|
||||
else
|
||||
if !User.current.logged?
|
||||
|
||||
Reference in New Issue
Block a user