Compare commits
2 Commits
72e6621cc0
...
ea64aea9ce
| Author | SHA1 | Date | |
|---|---|---|---|
| ea64aea9ce | |||
|
|
9e59f3d0fb |
@@ -27,6 +27,8 @@ class ProductionCalender extends Page
|
|||||||
|
|
||||||
protected static string $view = 'filament.pages.production-calender';
|
protected static string $view = 'filament.pages.production-calender';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Production';
|
||||||
|
|
||||||
use InteractsWithForms;
|
use InteractsWithForms;
|
||||||
|
|
||||||
protected $listeners = ['setWorkingDays'];
|
protected $listeners = ['setWorkingDays'];
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ class ProductionTarget extends Page
|
|||||||
|
|
||||||
protected static string $view = 'filament.pages.production-target';
|
protected static string $view = 'filament.pages.production-target';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Production';
|
||||||
|
|
||||||
public array $filters = [];
|
public array $filters = [];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user