mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-11 13:08:40 +00:00
started with template fixes
This commit is contained in:
parent
b619364be8
commit
0e9199f96a
|
|
@ -23,7 +23,7 @@ $audits = $this->data['audits'] ?? [];
|
|||
$tableView = $this->data['tableView'];
|
||||
$tableView->id = 'auditList';
|
||||
$tableView->baseUri = '{/base}/admin/audit/list';
|
||||
$tableView->exportUri = '{/api}auditor/list/export';
|
||||
$tableView->exportUri = '{/api}auditor/list/export?csrf={$CSRF}';
|
||||
$tableView->setObjects($audits);
|
||||
|
||||
$previous = $tableView->getPreviousLink(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user