Skip to content

Commit

Permalink
Fix - Use correct link in reportsExecute template (to devices).
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Nov 6, 2024
1 parent efb2354 commit 46aebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/reportsExecute.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<span class="<?= $item->attributes->audit_class ?>" title="<?= $item->attributes->audit_text ?>"></span>
</td>
<?php }
echo " " . collection_button_read($meta->collection, $item->id) . "\n";
echo " " . collection_button_read('devices', $item->id) . "\n";
foreach ($meta->data_order as $key) {
$key = str_replace('devices.', '', $key);
if ($key === 'id' or $key === 'orgs.id') {
Expand Down

0 comments on commit 46aebc8

Please sign in to comment.