mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-11 04:18:42 +00:00
many bug fixes
This commit is contained in:
parent
393b451a76
commit
95d730b9ab
|
|
@ -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' => [
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user