Updated navigation list order and import, export button color and navigation label

This commit is contained in:
dhanabalan
2025-07-08 18:59:23 +05:30
parent 0f6b62b47a
commit 3818fa612e
4 changed files with 38 additions and 5 deletions

View File

@@ -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