mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
filters changed
This commit is contained in:
@@ -55,6 +55,7 @@ class MeetupTable extends DataTableComponent
|
||||
public function builder(): Builder
|
||||
{
|
||||
return Meetup::query()
|
||||
->whereHas('city.country', fn($query) => $query->where('code', $this->country))
|
||||
->withCount([
|
||||
'meetupEvents',
|
||||
]);
|
||||
@@ -64,7 +65,7 @@ class MeetupTable extends DataTableComponent
|
||||
{
|
||||
return to_route('meetup.table.meetupEvent', [
|
||||
'country' => $this->country,
|
||||
'table' => [
|
||||
'table' => [
|
||||
'filters' => ['id' => $id],
|
||||
]
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user