Hello.
Attached patch implement subj.
I need comments on this because it uses tricky/ineffective code:
- I pass callback sub too display tree nodes.
- It’s slow enought since I didn’t find easy to get GroupMembers object
from Groups object directly. So I fetch top level groups and fetch
members for each this group and so on reqursively.
I any case this thing work for us and help me a lot manage our users.
Best regards. Ruslan.
PS. patch against users tabs is required for normal tabs working.