-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Feature: Add breadcrumbs to association pages #3082
Conversation
Code Climate has analyzed commit 1496282 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
1277b1c
to
958f253
Compare
958f253
to
a63d924
Compare
7f1ef79
to
1bb8798
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Association tables are broken when loading a team page
Also lets ensure tests are passing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's undo the @turbo_frame
and remove html_req_for_association_page?
Co-authored-by: Paul Bob <[email protected]>
This PR has been merged into Please check the release guide for more information. |
When users open "attachment" pages, like the model for attaching a team member, as standalone pages we need to display breadcrumbs. This PR adds those breadcrumbs to such pages.
Description
Fixes #3062
Checklist:
Screenshots & recording
When navigating to the team_members page from Teams:
When navigating to the teams page from Users:
Manual review steps
Manual reviewer: please leave a comment with output from the test if that's the case.