Thomas Gerbet (tgerbet)2018-08-09 10:31 gerrit #12252 has been integrated in Tuleap 10.3.99.123. Thanks for the contribution @palm! Status changed from Under implementation to ClosedClose date set to 2018-08-09
Yannis ROSSETTO (rossettoy)2018-08-08 16:42 A patch for static ugroup modal is under review: gerrit #12252
Yannis ROSSETTO (rossettoy)2018-08-08 16:33 gerrit #11886 integrated into Tuleap 10.3.99.118 Status changed from New to Under implementationConnected artifacts Added Fixed in: rel #11518
Manuel Vacelet (vaceletm)2018-07-17 17:19 We are busy finishing 10.3 release, we will review you other contribution after the release.
Jonathan Palm (palm)2018-07-16 15:05 I've made some changes according to the feedback. Feel free to check them out on gerrit when you've got the time :)
Jonathan Palm (palm)2018-07-02 08:39 I've got a working version up on gerrit. it can be found at https://gerrit.tuleap.net/#/c/tuleap/+/11859/
Jonathan Palm (palm)2018-06-28 08:18 Alright, "alt2" it is. I'll go ahead and start implementing this ASAP. I appreciate the feedback!
Jonathan Palm (palm)2018-06-27 15:46 I've attached two mockups for UI changes. I had to make them in MS Paint, but I hope they'll do. I have no preference for one over the other. Attachments mockup_alt1.png, mockup_alt2.png addedBy Jonathan Palm (palm)(7 kB)mockup_alt1.pngOne versionBy Jonathan Palm (palm)(7 kB)mockup_alt2.pngAnother mockup
Manuel Vacelet (vaceletm)2018-06-27 15:37 Could you share a pseudo mockup of what you have in mind in term of UI (even a wireframe would be OK) ?
Jonathan Palm (palm)2018-06-27 11:25 It is precisely the behavior of $sys_ldap_search_user that I want to replicate for groups. I think having a small UI tweak could be useful, so that it is possible to see both the LDAP name and the display name when searching. This becomes especially useful when the LDAP cn attribute is completely non-descriptive and unrelated to the group name one would want to show to the project admin. Simply keeping it on the form of "display_name (cn)" in autocomplete would probably suffice for us. Would this UI tweak be reasonable?
Manuel Vacelet (vaceletm)2018-06-27 10:35 I'm not sure the UI should be aware of the CN vs display_name, I think it would be better to extends the search to add an extra field (maybe as it's done for $sys_ldap_search_user). That would mean a new variable $sys_ldap_search_group, if the variable is defined, it's used to search, otherwise there is fallback on cn search. What do you think ?
Jonathan Palm (palm)2018-06-27 08:27 So the feature would be to make it so that the LDAP plugin will either search for the cn (the current behavior) or a "display name" (should be defined in the config) and make suggestions depending on the best match