-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Groupmanagers displayNamesInGroup should actually search in displaynames #15169
Conversation
Altough more are required to make sure this does not happen again
* Fix for #6967
The inspection completed: 4 updated code elements |
Refer to this link for build results (access rights to CI server needed): |
@icewind1991 @PVince81 @DeepDiver1975 could you have a look if the patch makes any sense? |
Looks good to me |
@rullzer still WIP? THX |
@DeepDiver1975 ah forgot that one. No it should be ready for review now. Unit tests were already in place but just testing the wrong thing. I think this is fine now. |
@rullzer THX |
Tested and works 👍 |
Odd, tested and works now 👍 |
@nickvergessen it did not work before? |
yes |
Groupmanagers displayNamesInGroup should actually search in displaynames
I was looking into #6967.
At first I thought it was a bug in the ajax/share.php however it seems the displayNamesInGroup only searchers uid's. I assume it should search in displayNames.
Lets see how Jenkins feels about this. Probably I can add a few more unit tests. But I'll look into that.
Once we have a clean fix in place this should probably be backported.