MISP/app/View/Elements/genericElements/IndexTable/Fields/attributeValue.ctp

5 lines
171 B
PHP

<?php
$attribute = Hash::get($row, $field['data_path']);
$attribute['objectType'] = 'attribute';
echo $this->element('Events/View/value_field', ['object' => $attribute]);