Added group name for wire master packing
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 18s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 25s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 12s
Laravel Pint / pint (pull_request) Successful in 2m41s
Laravel Larastan / larastan (pull_request) Failing after 3m57s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 18s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 25s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 12s
Laravel Pint / pint (pull_request) Successful in 2m41s
Laravel Larastan / larastan (pull_request) Failing after 3m57s
This commit is contained in:
@@ -22,6 +22,8 @@ class WireMasterPrint extends Page
|
|||||||
|
|
||||||
protected static string $view = 'filament.pages.wire-master-print';
|
protected static string $view = 'filament.pages.wire-master-print';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Master Packing';
|
||||||
|
|
||||||
use InteractsWithForms;
|
use InteractsWithForms;
|
||||||
|
|
||||||
public $pId, $palletNo, $serialNo;
|
public $pId, $palletNo, $serialNo;
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ class CustomerPoMasterResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Master Packing';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
return $form
|
return $form
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ class WireMasterPackingResource extends Resource
|
|||||||
|
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||||
|
|
||||||
|
protected static ?string $navigationGroup = 'Master Packing';
|
||||||
|
|
||||||
public $importedPoList = [];
|
public $importedPoList = [];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user