-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@mention with more then 10 user... missing someone? #2380
Comments
It seems that we're using the default limit of 10 items (cf. https://github.com/StevenDevooght/tinyMCE-mention?tab=readme-ov-file#items). A higher limit can easily be set by defining leantime/public/assets/js/app/core/editors.js Lines 45 to 76 in 6635c4d
However, limiting to 10 items seems reasonable, and the real issue here might be that filtering in the underlying library, https://github.com/StevenDevooght/tinyMCE-mention, is broken and that Leantime therefore cannot (and doesn't) filter the user list based in the input (after The solution seems to be hidden inside the pointers:
I'll investigate further and try to come up with a solution. |
Fixed in 3.1.0-beta |
What set up are you using
Describe the bug
We now have 11 active user, but the @mention list seems to not show a certain user now. Maybe it is capped at 10?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All users, or better yet as you type @ it will sort/filter what is displayed to quickly select someone
Leantime Version
Was on 3.05, but just update 3.07 and still see it.
Server
Official docker image.
The text was updated successfully, but these errors were encountered: