Skip to content

Commit ecb4b46

Browse files
Update ManageVariantIdentifiers breadcrumb to match correct page #1 (#2274)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Corrected breadcrumb navigation in the Product Variant admin area. When managing variant identifiers, the final breadcrumb now links to the Identifiers page instead of Inventory, aligning with the page context. This improves navigation accuracy and consistency across the admin interface, reducing confusion for users. No changes to data or functionality—only the breadcrumb destination was updated wherever this breadcrumb appears. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent ece86f7 commit ecb4b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/admin/src/Filament/Resources/ProductVariantResource/Pages/ManageVariantIdentifiers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getBreadcrumbs(): array
4141
...ProductVariantResource::getBaseBreadcrumbs(
4242
$this->getRecord()
4343
),
44-
ProductVariantResource::getUrl('inventory', [
44+
ProductVariantResource::getUrl('identifiers', [
4545
'record' => $this->getRecord(),
4646
]) => $this->getTitle(),
4747
];

0 commit comments

Comments
 (0)