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
Some users noticed that dropdown autocomplete shows all available tags across all issues visible to the user without project context. The redmine_tags plugin was filtering it per project (and subprojects).
Hi,
The trouble always exists in version stable (3.1.0) : all tags from the platform are presented to the users.
In a multi-project with different perimeter it's a trouble.
Can you fix that ?
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 plugin was filtering it per project (and subprojects).
There is a project context in the view https://github.com/AlphaNodes/additional_tags/blob/29662440d0a9bf8265c77ededeeb2d938db6a413/app/views/issues/_tags_form.html.slim#L1
But it is not used in the controller patch https://github.com/AlphaNodes/additional_tags/blob/29662440d0a9bf8265c77ededeeb2d938db6a413/lib/additional_tags/patches/auto_completes_controller_patch.rb#L15
Is it intended and desired behavior?
I fixed it in my fork, if you are interested in this feature I can make PR.
The text was updated successfully, but these errors were encountered: