mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
table changes
This commit is contained in:
@@ -92,7 +92,7 @@ class CityTable extends DataTableComponent
|
||||
return to_route('school.table.event', [
|
||||
'#table',
|
||||
'country' => $this->country,
|
||||
'table' => [
|
||||
'course_events' => [
|
||||
'filters' => [
|
||||
'stadt' => $query->pluck('name')
|
||||
->push($city->name)
|
||||
@@ -117,7 +117,7 @@ class CityTable extends DataTableComponent
|
||||
return to_route('bookCases.table.bookcases', [
|
||||
'#table',
|
||||
'country' => $this->country,
|
||||
'table' => [
|
||||
'bookcases' => [
|
||||
'filters' => [
|
||||
'byids' => $ids->implode(',')
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user