table changes

This commit is contained in:
Benjamin Takats
2023-01-19 15:44:09 +01:00
parent 31c7b47548
commit faeb31d4b2
17 changed files with 46 additions and 37 deletions

View File

@@ -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(',')
],