mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
year
This commit is contained in:
@@ -59,6 +59,7 @@ class MeetupEventTable extends Component
|
||||
public function filterByMarker($id)
|
||||
{
|
||||
return to_route('meetup.table.meetupEvent', [
|
||||
'#table',
|
||||
'country' => $this->country->code,
|
||||
'year' => $this->year,
|
||||
'table' => [
|
||||
@@ -73,6 +74,8 @@ class MeetupEventTable extends Component
|
||||
public function popover($content, $ids)
|
||||
{
|
||||
return to_route('meetup.table.meetupEvent', [
|
||||
'#table',
|
||||
'year' => $this->year,
|
||||
'country' => $this->country->code, 'table' => [
|
||||
'filters' => [
|
||||
'byid' => $ids,
|
||||
|
||||
Reference in New Issue
Block a user