Merge pull request 'Added sub group name of production' (#354) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #354
This commit was merged in pull request #354.
This commit is contained in:
@@ -27,6 +27,8 @@ class ProductionCalender extends Page
|
||||
|
||||
protected static string $view = 'filament.pages.production-calender';
|
||||
|
||||
protected static ?string $navigationGroup = 'Production';
|
||||
|
||||
use InteractsWithForms;
|
||||
|
||||
protected $listeners = ['setWorkingDays'];
|
||||
|
||||
@@ -19,6 +19,8 @@ class ProductionTarget extends Page
|
||||
|
||||
protected static string $view = 'filament.pages.production-target';
|
||||
|
||||
protected static ?string $navigationGroup = 'Production';
|
||||
|
||||
public array $filters = [];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user