dmakurin
dmakurin
In the latest stable release redmine moved to zeitwerk code loader. Current version of plugin doesn't work with it. PR adds support for redmine 5.0.
In addition to #36 I've tried to achieve strict restriction for issue tags access. `Issue.available_tags` explicitly sets the permission to `view_issue_tags` instead of `view_issues` (and makes it optional). Previously, the...
We've been migrating from https://github.com/ixti/redmine_tags to your version. Some users noticed that dropdown autocomplete shows all available tags across all issues visible to the user without project context. The redmine_tags...
Same as southbridgeio/redmine_bots#68
In 5 version redmine has switched to zeitwerk autoloader. PR adds compatibility to run plugin against latest stable v5.0.2.