mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-49329 admin: Improve the UI for installing dependencies
This commit is contained in:
parent
2f29cf6e63
commit
9137a89a1a
7 changed files with 118 additions and 22 deletions
|
@ -106,7 +106,8 @@ $agreelicense = optional_param('agreelicense', 0, PARAM_BOOL);
|
|||
$fetchupdates = optional_param('fetchupdates', 0, PARAM_BOOL);
|
||||
$newaddonreq = optional_param('installaddonrequest', null, PARAM_RAW);
|
||||
$upgradekeyhash = optional_param('upgradekeyhash', null, PARAM_ALPHANUM);
|
||||
$installalldeps = optional_param('installalldeps', false, PARAM_BOOL);
|
||||
$installdep = optional_param('installdep', null, PARAM_COMPONENT);
|
||||
$installdepx = optional_param('installdepx', false, PARAM_BOOL);
|
||||
$abortinstall = optional_param('abortinstall', null, PARAM_COMPONENT);
|
||||
$abortinstallx = optional_param('abortinstallx', null, PARAM_BOOL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue