Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Compatibility for Redmine 4.1.1 #7

Open
billyrt opened this issue Sep 7, 2020 · 0 comments
Open

Compatibility for Redmine 4.1.1 #7

billyrt opened this issue Sep 7, 2020 · 0 comments

Comments

@billyrt
Copy link

billyrt commented Sep 7, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant