mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Change logic of tags_ids filter from AND to OR
This commit is contained in:
committed by
Constantin Graf
parent
45daeead61
commit
4b622afcfc
@@ -68,7 +68,7 @@ class TimeEntryIndexExportRequest extends TimeEntryIndexRequest
|
||||
return $builder->whereBelongsTo($this->organization, 'organization');
|
||||
}),
|
||||
],
|
||||
// Filter by tag IDs, tag IDs are AND combined
|
||||
// Filter by tag IDs, tag IDs are OR combined
|
||||
'tag_ids' => [
|
||||
'array',
|
||||
'min:1',
|
||||
|
||||
Reference in New Issue
Block a user