You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the wbRouterLink directive with default configuration (wbRouterLinkExtras with target self) the view being replaced remains blank (empty) if e.g. browser back navigation is used after clicking on the link
To Reproduce
Steps to reproduce the behavior:
Create empty angular app
Create a standalone home component (e.g. desktop) with a route navigation (e.g. <a wbRouterLink="/customers">Customers</a>). When clicked this will open (view.1:customers)
Create another standalone home component (the customers) ( <a [wbRouterLink]="['/customers', 1]">first lastname</a>). When clicked this will replace the content of view with (view.1:customers/1)
Create the third standalone component customer.
When on the customer detail page click browser back - view remains empty with url (view.1:customers). Click again on browser forward. The view is still empty.
Expected behavior
Browser navigation should work when view content is replaced.
Describe the bug
When using the wbRouterLink directive with default configuration (wbRouterLinkExtras with target self) the view being replaced remains blank (empty) if e.g. browser back navigation is used after clicking on the link
To Reproduce
Steps to reproduce the behavior:
<a wbRouterLink="/customers">Customers</a>
). When clicked this will open (view.1:customers)<a [wbRouterLink]="['/customers', 1]">first lastname</a>
). When clicked this will replace the content of view with (view.1:customers/1)Expected behavior
Browser navigation should work when view content is replaced.
Screenshots
If applicable, add screenshots to help explain your problem.
http://localhost:4200/#/(view.1:customers)?parts=eyJyb290Ijp7InZpZXdJZHMiOlsidmlldy4xIl0sInBhcnRJZCI6Ijk4ODVlNWZjLTA2YTAtNDVkNi04MGFiLTBkMmQwZmIzYWY1NyIsImFjdGl2ZVZpZXdJZCI6InZpZXcuMSJ9LCJhY3RpdmVQYXJ0SWQiOiI5ODg1ZTVmYy0wNmEwLTQ1ZDYtODBhYi0wZDJkMGZiM2FmNTciLCJ1dWlkIjoiNmJjOGU0ZmUtNDExYS00OTM3LTlmNDYtNGMwNDhkODg4YWYyIn0%3D
Environment
Please complete the following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: