-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor company collection lists #6439
Refactor company collection lists #6439
Conversation
Passing run #50337 ↗︎Details:
Review all test suite changes for PR #6439 ↗︎ |
4911142
to
e20972c
Compare
{ url: '/companies/:companyId/hierarchies/ghq/:globalHqId/add' }, | ||
{ url: '/companies/:companyId/hierarchies/ghq/remove' }, |
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.
These pages only appear very briefly while the user is updating a Global HQ, which is causing flakiness in the a11y
suite.
useEffect(() => { | ||
document.title = `${pageTitle} - ${company.name} - Companies - DBT Data Hub` | ||
}, [`${pageTitle} - ${company.name} - Companies - DBT Data Hub`]) |
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.
You may want to incorporate this new component into your PR.
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.
As the linked PR hasn't been merged to main
yet and this PR is going into a feature-merge
branch, would it be alright if I merge this now and make this change in a subsequent PR after Peter has merged his?
07458ad
to
ff633a5
Compare
c015e5e
to
5c0a479
Compare
17a8f26
into
feature-merge/company-layout-refactoring
Description of change
The company activity, contact and order tabs have been migrated to React Router.
Test instructions
The three pages mentioned above should work as normal.
Checklist