-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix LDAP Wizard forgetting groups on select with search #16033
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
Conversation
Signed-off-by: Arthur Schiwon <[email protected]>
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
We should consider integrating https://github.com/kelseyhightower/nocode for even less code. |
The contribution policy is sort of not very welcoming though 🤔 at least it also does not require a CLA. |
|
|
|
was a timeout in CI, run through now |
|
/backport to stable16 |
|
/backport to stable15 |
|
backport to stable16 in #16051 |
|
backport to stable15 in #16052 |
When you have more than 40 groups, the LDAP wizard shows a different group selection utility to better cope with long lists. It can be searched too. Sadly, when a filtered selection was done and added, the previously selected groups were forgotten. See following recordings
The bug:
https://cloud.nextcloud.com/s/555t9EkAe9j9G2y
(You also notice that the left box is not properly populated again)
And resolved:
https://cloud.nextcloud.com/s/aKXxZHwdybypBN9
What I love about the fix is that it works much better with less LOCs :)