<!--------- For bugs and general issues ---------> **Setup** - Rancher version: v2.15.0 (dev of) **Describe the bug** - create an extension with a product with a ProductChildResourcePage pointing to a resource, say pods - the explorer product's pods link points to the extension product's pod list - clicking on it takes the user from the explorer view to the extension view - resource links should retain the current product **To Reproduce** ``` const product: ProductMetadata = { name: 'product-1', label: 'Product One' }; const childResourcePage: ProductChildResourcePage = { type: 'pod' }; plugin.addProduct(product, [childResourcePage]); ``` - Navigate to any cluster --> Workloads --> Pods **Result** - User taken to the extension product's pods page **Expected Result** - User stay in the explorer product and sees the pods list **Screenshots** <img width="523" height="616" alt="Image" src="https://github.com/user-attachments/assets/a692251b-3a0b-4cad-b61c-a47c338f34e5" /> <img width="523" height="616" alt="Image" src="https://github.com/user-attachments/assets/80287fa6-e6af-4e01-a051-2d2b885539a3" />
Setup
Describe the bug
To Reproduce
Result
Expected Result
Screenshots