- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(core): add dynamic ids as part of breadcrumbs #6654
base: next
Are you sure you want to change the base?
Conversation
- display end id when on action(show/edit) page - display nested id in route - add test case for these - add changeset
🦋 Changeset detectedLatest commit: 56b270e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for refine-doc-live-previews ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
@arndom, I have quickly reviewed the PR and you check for |
- to match ids like: `:orgId`, `:projectId`, not just `:id`
Thanks for catching that @aress31, fixed now |
refine
|
Project |
refine
|
Branch Review |
main
|
Run status |
|
Run duration | 20m 28s |
Commit |
|
Committer | Necati Özmen |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
1
|
|
0
|
|
22
|
|
0
|
|
377
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/e2e/table-material-ui-advanced/data-grid.cy.ts • 1 failed test • table-material-ui-advanced
Test | Artifacts | |
---|---|---|
table-material-ui-advanced > should work with filter |
Test Replay
Screenshots
|
/:id
in breadcrumb when on action(show/edit) page/:id
in breadcrumbPR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
Dynamic ids (route param) are not included in the breadcrumb
What is the new behavior?
Dynamic ids are now included in the breadcrumb
fixes (issue)
#6584
Notes for reviewers