Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

No tag filtering by project for autocomplete dropdown #37

Open
dmakurin opened this issue Nov 24, 2022 · 2 comments
Open

No tag filtering by project for autocomplete dropdown #37

dmakurin opened this issue Nov 24, 2022 · 2 comments

Comments

@dmakurin
Copy link
Contributor

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.

@alexandermeindl
Copy link
Contributor

Hi @dmakurin,

sorry for the late response. This should be now fixed with latest version of additional_tags.

@JGallot
Copy link

JGallot commented Feb 2, 2024

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 ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

3 participants