mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 03:38:47 +02:00
Allow to filter for part stock changed events in system log
This commit is contained in:
parent
137c6430b1
commit
fb0c604edd
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace App\Form\Filters;
|
||||||
use App\DataTables\Filters\LogFilter;
|
use App\DataTables\Filters\LogFilter;
|
||||||
use App\Entity\Attachments\Attachment;
|
use App\Entity\Attachments\Attachment;
|
||||||
use App\Entity\Attachments\AttachmentType;
|
use App\Entity\Attachments\AttachmentType;
|
||||||
|
use App\Entity\LogSystem\PartStockChangedLogEntry;
|
||||||
use App\Entity\ProjectSystem\Project;
|
use App\Entity\ProjectSystem\Project;
|
||||||
use App\Entity\ProjectSystem\ProjectBOMEntry;
|
use App\Entity\ProjectSystem\ProjectBOMEntry;
|
||||||
use App\Entity\LabelSystem\LabelProfile;
|
use App\Entity\LabelSystem\LabelProfile;
|
||||||
|
@ -86,6 +87,7 @@ class LogFilterType extends AbstractType
|
||||||
'log.type.user_login' => UserLoginLogEntry::class,
|
'log.type.user_login' => UserLoginLogEntry::class,
|
||||||
'log.type.user_logout' => UserLogoutLogEntry::class,
|
'log.type.user_logout' => UserLogoutLogEntry::class,
|
||||||
'log.type.user_not_allowed' => UserNotAllowedLogEntry::class,
|
'log.type.user_not_allowed' => UserNotAllowedLogEntry::class,
|
||||||
|
'log.type.part_stock_changed' => PartStockChangedLogEntry::class,
|
||||||
|
|
||||||
//Legacy entries
|
//Legacy entries
|
||||||
'log.type.instock_changed' => LegacyInstockChangedLogEntry::class,
|
'log.type.instock_changed' => LegacyInstockChangedLogEntry::class,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue