Defect #35688
OpenIdAuthentication alias_method_chain
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Rails support | |||
Target version: | - | |||
Resolution: | Wont fix | Affected version: | 4.2.2 |
Description
Hello,
In redmine\lib\plugins\open_id_authentication\lib\open_id_authentication\request.rb
A alias_method_chain already exist.
It could be change change to :
alias_method :request_method_without_openid, :request_method alias_method :request_method, :request_method_with_openid
Related issues
History
#1
Updated by Holger Just 10 months ago
- Related to Feature #35755: Drop OpenID support added