additional_tags
additional_tags copied to clipboard
No tag filtering by project for autocomplete dropdown
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.
Hi @dmakurin,
sorry for the late response. This should be now fixed with latest version of additional_tags.
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 ?