Skip to content

Commit f266fe7

Browse files
committed
fix: rimozione link articolo in select
1 parent cd97f88 commit f266fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/articoli/ajax/select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
$results = [
218218
'results' => $rs,
219219
'recordsFiltered' => $data['recordsFiltered'],
220-
'link' => 'module:Articoli',
220+
'link' => '',
221221
];
222222

223223
break;

0 commit comments

Comments
 (0)