-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clear breadcrumbs on Dispose #21853
Closed
Closed
Clear breadcrumbs on Dispose #21853
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update documentation of optional modules
Upgrade `Oracle.EntityFrameworkCore` to `9.23.60`
Upgrade `Npgsql.EntityFrameworkCore.PostgreSQL` to `9.0.2`.
…-docs-upd Improvements for the bookstore suite tutorial
…ld-action Update docs for studio build action changes
Update configuring-openIddict.md
…ation Added `Translation Commercial Modules` document.
…art-docs Update suite how-to-start document
CLI: Pass --no-audit param to npm install command
Utilize xsrf-token configuration to AbpCore provider
Add MauiBlazor to layered tutorial
Basic Theme & LeptonX Lite overview documentation
Add missing MAUIBlazor parameter to the tutorial overview
Set CI timeout to 40 minutes.
Update studio docs for v0.9.20
Base branch seems wrong, re-openning this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Resolves #21185
Checklist
How to test it?
Switch to branch (including volo) and create a blazor wasm project with Local ABP framework reference:
![image](https://private-user-images.githubusercontent.com/23705418/401142406-fa2db7d9-7806-496f-8565-852ebcd17e42.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjA0NDQsIm5iZiI6MTczOTAyMDE0NCwicGF0aCI6Ii8yMzcwNTQxOC80MDExNDI0MDYtZmEyZGI3ZDktNzgwNi00OTZmLTg1NjUtODUyZWJjZDE3ZTQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDEzMDkwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg5NDliMGNhZjY5YmU1MjczNjVhNWViNDMyODczZWRlMGFmNDlkZWU2YzVlMzAyNGI4NTJmZDI4OTAxYmE3MjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.76TGlfZ3dNZZ-kH-NJ5OS1q5q03hAfs5UG8P3NIIQTo)
Visit different pages, breadcrumbs will be changed. Now each PageHeader will clear breadcrumbs while disposing.