fix: [eventReports:view/analystData] Load assets before trying to render notes

pull/9440/head
Sami Mokaddem 2024-02-23 11:02:23 +01:00
parent a92b2c5111
commit 0fce6c7784
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
<?php
echo $this->element('genericElements/assetLoader', [
'js' => ['doT', 'moment.min'],
'css' => ['analyst-data',],
]);
$table_data = array();
$table_data[] = array('key' => __('ID'), 'value' => $report['EventReport']['id']);
$table_data[] = [