Fix dependencies

This commit is contained in:
Dennis Eichhorn 2018-03-28 23:10:31 +02:00
parent 6f77d7d6d6
commit df3a722c74

View File

@ -74,7 +74,9 @@ $id = (string) $this->request->getData('id') ?? 1;
{
"listener": "click", "action": [
{"key": 1, "type": "message.request", "uri": "<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/module/status?status=install&module=' . $id); ?>", "method": "POST", "request_type": "json"},
{"key": 2, "type": "message.log"}
{"key": 2, "type": "message.log"},
{"key": 3, "type": "utils.timer", "id": "iModuleInstallButton", "delay": 1500, "resets": true},
{"key": 4, "type": "redirect", "uri": "{%}", "target": "self"}
]
}
]'><?= $this->getHtml('Install'); ?></button>