Skip to content

Commit ecc64ce

Browse files
committed
fix: sincronizzazione allegati su app
1 parent cb62697 commit ecc64ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/API/App/v1/AllegatiInterventi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function retrieveRecord($id)
7878
$record = [
7979
'id' => $upload->id,
8080
'tipo' => $upload->extension,
81-
'nome' => $upload->getTranslation('title'),
81+
'nome' => $upload->name,
8282
'categoria' => $upload->category,
8383
'size' => $upload->size,
8484
'id_intervento' => $upload->id_record,

0 commit comments

Comments
 (0)