-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
ContactSummary - Replace Relationships tab with SearchKit display #27701
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
d5cd780
to
96224b5
Compare
@aydun thanks for testing. Oof that looks like a bug in the way the extra join provider works. Yay another rabbit hole blocking SK UI swaps. Down I go... |
Fix weird tab count if > 1 search display in a tab
@aydun fixed! |
Nice - fixes the issue above. |
... and good to see we didn't lose you down the rabbit hole for too long! |
Thanks @aydun good to be back out of rabbit-land, however briefly. |
Overview
2nd tab now replaced by a search display (first was Notes).
Before
Outdated code to render 2 tables: one for active relationships and one for inactive ones.
After
Strikingly similar 2-table layout, but uses SearchKit.
Comments
Frustratingly I wasn't able to delete very much of the old code because it's still in use by the obscure "User Dashboard" that most people have never heard of. It would be good to replace that whole thing with SearchKit too.