stable

Clone or download

Read-only

request #10941: Cannot bind a ugroup to a LDAP directory group that is not at the first level of the tree

For performance reasons, the autocompleter only returns the groups found at the first level of the tree. Groups accessible elsewhere are not in the tree can not be selected anymore so it is not possible to bind such groups to a Tuleap ugroup. Due to a select2 issue [1], an empty option is added to the select tags otherwise the change event is not trigerred the first time you use a tag not returned by the autocompleter. [1] https://github.com/select2/select2/issues/4842 Change-Id: I6b95ee6293a5583ab2882e34cea6f4e0bafc549d

Modified Files

Name
M plugins/ldap/templates/project-members-ldap-link-modal.mustache +1 −0 Go to diff View file
M plugins/ldap/templates/project/ugroup/binding/modal-content.mustache +1 −0 Go to diff View file
M plugins/ldap/www/bind_members_confirm.php +10 −1 Go to diff View file
M plugins/ldap/www/scripts/autocomplete-for-select2.js +2 −1 Go to diff View file
M plugins/ldap/www/scripts/project-admin/po/fr.po +4 −0 Go to diff View file
M plugins/ldap/www/scripts/project-admin/po/template.pot +4 −0 Go to diff View file
M plugins/ldap/www/scripts/project-admin/preview-for-select2.js +20 −8 Go to diff View file
M plugins/ldap/www/scripts/project-admin/preview.mustache +21 −13 Go to diff View file