raventools / redmine_zendesk_issue_bridge

Redmine to ZenDesk Issue Bridge
http://www.redmine.org/plugins/redmine_zendesk_issue_bridge
6 stars 5 forks source link

Compatibility for Redmine 4.1.1 #7

Open billyrt opened 4 years ago

billyrt commented 4 years ago

If install plugin 1.0.0 as is, then it will cause error when loading redmine.

Something like undefined method 'before_filter' for AuthorsController:Class

Then if just fix

before_filter :require_login To before_action :require_login

Then it will work as normal.