abahgat / redmine_didyoumean

A Redmine plugin to search for possible duplicates when users are about to open new issues.
Other
68 stars 45 forks source link

Fixed 500 error with uninitialized helper method #63

Closed namezero111111 closed 10 years ago

namezero111111 commented 10 years ago

Fixed 500 error with uninitialized helper method

namezero111111 commented 10 years ago

This should permanently fix the 500 errors with the undefined method in the helper.

namezero111111 commented 10 years ago

Thx. I hope this fixes it for good!

edgardmessias commented 10 years ago

I updated the code #62

abahgat commented 10 years ago

@namezero111111, I pulled in the first commit, thanks.

53ea6ad would no longer merge cleanly because @edgardmessias updated his code in #62. I'd be glad to merge it if you are willing to have create a new PR just for that.

65067e1 should probably be on its own PR too.

namezero111111 commented 10 years ago

I merged #62 into my branch before this pull, too. I'll try to repull; see if I can split as you requested!