This commit is contained in:
Benjamin Takats
2022-12-16 13:23:01 +01:00
parent 61eaaa4feb
commit 56128d9912
2 changed files with 5 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ class BitcoinEventTable extends Component
public function filterByMarker($id)
{
return to_route('bitcoinEvent.table.bitcoinEvent', [
'#table',
'country' => $this->country->code,
'year' => $this->year,
'table' => [
@@ -67,6 +68,7 @@ class BitcoinEventTable extends Component
public function popover($content, $ids)
{
return to_route('bitcoinEvent.table.bitcoinEvent', [
'#table',
'country' => $this->country->code,
'year' => $this->year,
'table' => [

View File

@@ -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,