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:
@@ -54,6 +54,7 @@ class BitcoinEventTable extends Component
|
|||||||
public function filterByMarker($id)
|
public function filterByMarker($id)
|
||||||
{
|
{
|
||||||
return to_route('bitcoinEvent.table.bitcoinEvent', [
|
return to_route('bitcoinEvent.table.bitcoinEvent', [
|
||||||
|
'#table',
|
||||||
'country' => $this->country->code,
|
'country' => $this->country->code,
|
||||||
'year' => $this->year,
|
'year' => $this->year,
|
||||||
'table' => [
|
'table' => [
|
||||||
@@ -67,6 +68,7 @@ class BitcoinEventTable extends Component
|
|||||||
public function popover($content, $ids)
|
public function popover($content, $ids)
|
||||||
{
|
{
|
||||||
return to_route('bitcoinEvent.table.bitcoinEvent', [
|
return to_route('bitcoinEvent.table.bitcoinEvent', [
|
||||||
|
'#table',
|
||||||
'country' => $this->country->code,
|
'country' => $this->country->code,
|
||||||
'year' => $this->year,
|
'year' => $this->year,
|
||||||
'table' => [
|
'table' => [
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ class MeetupEventTable extends Component
|
|||||||
public function filterByMarker($id)
|
public function filterByMarker($id)
|
||||||
{
|
{
|
||||||
return to_route('meetup.table.meetupEvent', [
|
return to_route('meetup.table.meetupEvent', [
|
||||||
|
'#table',
|
||||||
'country' => $this->country->code,
|
'country' => $this->country->code,
|
||||||
'year' => $this->year,
|
'year' => $this->year,
|
||||||
'table' => [
|
'table' => [
|
||||||
@@ -73,6 +74,8 @@ class MeetupEventTable extends Component
|
|||||||
public function popover($content, $ids)
|
public function popover($content, $ids)
|
||||||
{
|
{
|
||||||
return to_route('meetup.table.meetupEvent', [
|
return to_route('meetup.table.meetupEvent', [
|
||||||
|
'#table',
|
||||||
|
'year' => $this->year,
|
||||||
'country' => $this->country->code, 'table' => [
|
'country' => $this->country->code, 'table' => [
|
||||||
'filters' => [
|
'filters' => [
|
||||||
'byid' => $ids,
|
'byid' => $ids,
|
||||||
|
|||||||
Reference in New Issue
Block a user