stable
Clone or download
Read-only
request #11333 Use webpack for AdminDelegation plugin
How to test: - run "make post-checkout" or "npm run build" --> admindelegation javascript is being build why other plugins --> the built js can be found as admin-delegation-[hash].js under tuleap/src/www/assets/admindelegation/scripts/ - In site-admin, go to Admin Delagation (in the sidebar) - Try to add new people and grant them some rights - Try to revoke the rights from people --> Everything works as expected --> No functional changes --> No error from admin-delegation.js in the console Change-Id: I8858de819c9058b011a7d7419e04c2f603e583b2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/build-manifest.json | +4 | −1 | Go to diff View file |
M | plugins/admindelegation/include/admindelegationPlugin.class.php | +28 | −16 | Go to diff View file |
M | plugins/admindelegation/www/scripts/admindelegation.js | +17 | −14 | Go to diff View file |
A | plugins/admindelegation/www/scripts/package-lock.json | +4092 | −0 | Go to diff View file |
A | plugins/admindelegation/www/scripts/package.json | +16 | −0 | Go to diff View file |
A | plugins/admindelegation/www/scripts/webpack.config.js | +58 | −0 | Go to diff View file |