many bug fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-11 03:09:21 +00:00
parent 393b451a76
commit 95d730b9ab
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ return [
],
'^/script/report/view(\?.*$|$)' => [
[
'dest' => '\Modules\Script\Controller\BackendController:viewHelperReport',
'dest' => '\Modules\Script\Controller\BackendController:viewScriptReport',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [

View File

@ -107,7 +107,7 @@ echo $this->data['nav']->render(); ?>
<option value="json"<?= $this->printHtml((isset($tcoll['json'])) ? '' : ' disabled'); ?>>Json
</select>
<tr>
<td><a tabindex="0" target="_blank" class="button" href="<?= UriFactory::build('{/api}script/report/export?{?}'); ?>&type={#iExport}&lang={#iLang}{#iUiSettings}"><?= $this->getHtml('Export'); ?></a>
<td><a tabindex="0" target="_blank" class="button" href="<?= UriFactory::build('{/api}script/report/export?csrf={$CSRF}{?}'); ?>&type={#iExport}&lang={#iLang}{#iUiSettings}"><?= $this->getHtml('Export'); ?></a>
</table>
</form>
</div>