abahgat / redmine_didyoumean

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

Fixed 500 error with uninitialized helper method #63

Closed namezero111111 closed 9 years ago

namezero111111 commented 9 years ago

Fixed 500 error with uninitialized helper method

namezero111111 commented 9 years ago

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

namezero111111 commented 9 years ago

Thx. I hope this fixes it for good!

edgardmessias commented 9 years ago

I updated the code #62

abahgat commented 9 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 9 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!