Skip to content

revert: fix: #15857 add managed by tooltip#16139

Merged
emrysal merged 3 commits intomainfrom
revert/managed-tooltip
Aug 9, 2024
Merged

revert: fix: #15857 add managed by tooltip#16139
emrysal merged 3 commits intomainfrom
revert/managed-tooltip

Conversation

@Udit-takkar
Copy link
Copy Markdown
Contributor

@Udit-takkar Udit-takkar commented Aug 8, 2024

What does this PR do?

  • Fixes #XXXX (GitHub issue number)
  • Fixes CAL-XXXX (Linear issue number - should be visible at the bottom of the GitHub issue description)

reverts:- #15861

Ref:- https://app.campsite.co/cal/posts/w48wccpcokqi#comment-21dndamompgk

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • N/A I have added a Docs issue here if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • N/A I confirm automated tests are in place that prove my fix is effective or that my feature works.

How should this be tested?

@keithwillcode keithwillcode added core area: core, team members only enterprise area: enterprise, audit log, organisation, SAML, SSO labels Aug 8, 2024
@dosubot dosubot Bot added the ui area: UI, frontend, button, form, input label Aug 8, 2024
@graphite-app graphite-app Bot requested a review from a team August 8, 2024 19:02
@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Aug 8, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (08/08/24)

1 reviewer was added to this PR based on Keith Williams's automation.

@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Aug 9, 2024 1:37pm
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Aug 9, 2024 1:37pm

@emrysal
Copy link
Copy Markdown
Contributor

emrysal commented Aug 9, 2024

@Udit-takkar Don't forgot not everyone referencing this issue in the future will have access to campsite, most won't. That aside revert looks good.

@vijayraghav-io
Copy link
Copy Markdown
Contributor

@Udit-takkar , may i know the reason for this revert please, dont have access to campsite

Comment on lines -53 to -74
parent: {
select: {
team: {
select: {
id: true,
members: {
select: {
user: {
select: {
name: true,
username: true,
email: true,
},
},
role: true,
accepted: true,
},
},
},
},
},
},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too much nesting here, was slowing down queries considerably for organization with a lot of members @vijayraghav-io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core area: core, team members only enterprise area: enterprise, audit log, organisation, SAML, SSO ready-for-e2e ui area: UI, frontend, button, form, input

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants