Updated navigation list order and import, export button color and navigation label
This commit is contained in:
@@ -31,6 +31,8 @@ class LocatorValidation extends Page implements HasForms
|
||||
|
||||
protected static ?string $navigationGroup = 'Export Dispatch';
|
||||
|
||||
protected static ?int $navigationSort = 2;
|
||||
|
||||
use InteractsWithForms;
|
||||
|
||||
public $pId, $palletNo, $serialNo;
|
||||
@@ -1790,7 +1792,7 @@ class LocatorValidation extends Page implements HasForms
|
||||
|
||||
public static function getNavigationLabel(): string
|
||||
{
|
||||
return 'Locator Validations';
|
||||
return 'Scan Locator';
|
||||
}
|
||||
|
||||
public static function canAccess(): bool
|
||||
|
||||
Reference in New Issue
Block a user