This commit is contained in:
Yuri Kuznetsov
2022-12-04 15:23:35 +02:00
parent f35df154ae
commit 0093a03b7b
45 changed files with 436 additions and 468 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class Note extends Entity
$attachmentsIds = $data->attachmentsIds;
$collection = $this->entityManager
->getRDBRepository('Attachment')
->getRDBRepository(Attachment::ENTITY_TYPE)
->select(['id', 'name', 'type'])
->order('createdAt')
->where([