stable

Clone or download

Read-only

request #14790 DRY TLP modal opening code in LDAP plugin

How to test: - run "npm run build" in plugins/ldap - In project admin, in tab "Members", when you click on the "Set directory group binding" button, the modal will still open. - In project admin, in tab "Groups" in the details of user group, when you click on the "Set directory group binding" button, the modal will still open. - French translations are dynamically loaded (instead of hardcoded) No other change expected. Change-Id: Iedc15e7a9d550f65a6679d291b309a65dca06ef4

Modified Files

Name
M plugins/ldap/package-lock.json +0 −13 Go to diff View file
M plugins/ldap/package.json +0 −1 Go to diff View file
R plugins/ldap/scripts/project-admin/po/fr.po Go to diff View file
M plugins/ldap/scripts/project-admin/preview-for-select2.js +11 −14 Go to diff View file
M plugins/ldap/scripts/project-admin/project-admin-members.js +6 −19 Go to diff View file
M plugins/ldap/scripts/project-admin/project-admin-ugroups.js +6 −21 Go to diff View file
A plugins/ldap/tsconfig.json +11 −0 Go to diff View file
M plugins/ldap/webpack.common.js +6 −2 Go to diff View file