mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
routes changed
This commit is contained in:
@@ -14,6 +14,8 @@ class BookCaseTable extends DataTableComponent
|
||||
{
|
||||
use Actions;
|
||||
|
||||
public string $country;
|
||||
|
||||
public bool $viewingModal = false;
|
||||
public $currentModal;
|
||||
public array $orangepill = [
|
||||
@@ -94,7 +96,7 @@ class BookCaseTable extends DataTableComponent
|
||||
)
|
||||
->html(),
|
||||
Column::make('Orange-Pilled', 'orange_pilled')
|
||||
->label(fn($row, Column $column) => view('columns.book_cases.oranged-pilled')->withRow($row)),
|
||||
->label(fn($row, Column $column) => view('columns.book_cases.oranged-pilled')->withRow($row)->withCountry($this->country))
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -114,6 +114,7 @@ class CityTable extends DataTableComponent
|
||||
|
||||
return to_route('bookCases.table.bookcases', [
|
||||
'#table',
|
||||
'country' => $this->country,
|
||||
'table' => [
|
||||
'filters' => [
|
||||
'byids' => $ids->implode(',')
|
||||
|
||||
Reference in New Issue
Block a user