stable
Clone or download
Read-only
part of story #9585 Get rid of Bootstrap in site admin / plugins You should be able to add users with the new modal, add then by their username. There is not autocomplete in modal for now, will be in a dedicated task Change-Id: I79a12ef6780d32cb3e4bdb3fb655c149f370dc15
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/include/AdminDelegationBuilder.php | +16 | −1 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegationPresenter.php | +21 | −1 | Go to diff View file |
M | plugins/admindelegation/include/admindelegationPlugin.class.php | +9 | −0 | Go to diff View file |
M | plugins/admindelegation/site-content/en_US/admindelegation.tab | +3 | −0 | Go to diff View file |
M | plugins/admindelegation/site-content/fr_FR/admindelegation.tab | +3 | −0 | Go to diff View file |
A | plugins/admindelegation/templates/modal-add-permission.mustache | +37 | −0 | Go to diff View file |
M | plugins/admindelegation/templates/permission-delegation.mustache | +3 | −1 | Go to diff View file |
M | plugins/admindelegation/www/permissions.php | +4 | −3 | Go to diff View file |
A | plugins/admindelegation/www/themes/BurningParrot/js/admindelegation.js | +26 | −0 | Go to diff View file |