mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Show element history on part info page in history tab.
This commit is contained in:
@@ -90,7 +90,7 @@ class LogEntryRepository extends EntityRepository
|
||||
->where('log INSTANCE OF ' . ElementEditedLogEntry::class)
|
||||
->andWhere('log.target_type = :target_type')
|
||||
->andWhere('log.target_id = :target_id')
|
||||
->andWhere('log.timestamp >= :until')
|
||||
->andWhere('log.timestamp > :until')
|
||||
->orderBy('log.timestamp', 'DESC');
|
||||
|
||||
$qb->setParameters([
|
||||
|
||||
Reference in New Issue
Block a user