last viewed: display created

This commit is contained in:
Yurii
2026-03-11 22:25:47 +02:00
parent ca27df06d9
commit 3ab26a5235
@@ -69,7 +69,7 @@ class Service
->getRDBRepositoryByClass(ActionHistoryRecord::class)
->where([
'userId' => $this->user->getId(),
'action' => Action::READ,
'action' => [Action::READ, Action::CREATE],
'targetType' => $targetTypeList,
])
->order('MAX:' . Field::CREATED_AT, 'DESC')