stable

Clone or download

Read-only

Validation step in Link LDAP modal

This is part of story #10062 Users & groups management overhaul Please test in members > link LDAP AND groups > Details > Link with a LDAP group Change-Id: I7796acfa4cc06554242b70070a7e8ad2cb167502

Modified Files

Name
M plugins/ldap/build-manifest.json +3 −3 Go to diff View file
M plugins/ldap/include/LinkModalContentPresenter.php +19 −4 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +37 −14 Go to diff View file
M plugins/ldap/templates/project-members-ldap-link-modal.mustache +87 −60 Go to diff View file
M plugins/ldap/templates/project/ugroup/binding/modal-content.mustache +6 −1 Go to diff View file
D plugins/ldap/www/admin.php +0 −167 Go to diff View file
A plugins/ldap/www/bind_members_confirm.php +104 −0 Go to diff View file
R plugins/ldap/www/scripts/project-admin-ugroups/po/fr.po Go to diff View file
R plugins/ldap/www/scripts/project-admin-ugroups/po/template.pot Go to diff View file
R plugins/ldap/www/scripts/project-admin-ugroups/project-admin-ugroups.js Go to diff View file
R plugins/ldap/www/scripts/project-admin-ugroups/preview.mustache Go to diff View file
R plugins/ldap/www/scripts/project-admin-members.js Go to diff View file
A plugins/ldap/www/scripts/project-admin/project-admin-ugroups.js +79 −0 Go to diff View file
M plugins/ldap/www/scripts/webpack.config.js +2 −2 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/project/Admin/ProjectMembers/MembersEditProcessAction.php +99 −0 Go to diff View file
M src/common/project/Admin/ProjectMembers/ProjectMembersAdditionalModalCollectionPresenter.php +13 −3 Go to diff View file
M src/common/project/Admin/ProjectMembers/ProjectMembersController.php +1 −1 Go to diff View file
M src/common/project/Admin/ProjectMembers/ProjectMembersRouter.php +43 −16 Go to diff View file
M src/www/project/admin/members.php +2 −9 Go to diff View file