You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: