Skip to content

fix: exclude personal workspaces from Related Organizations duplicate detection#699

Merged
bokelley merged 1 commit into
mainfrom
bokelley/exclude-personal-workspaces
Jan 10, 2026
Merged

fix: exclude personal workspaces from Related Organizations duplicate detection#699
bokelley merged 1 commit into
mainfrom
bokelley/exclude-personal-workspaces

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

  • Exclude personal workspaces from "Related Organizations (Potential Duplicates)" feature
  • Personal workspaces now won't show the similar orgs section when viewed (since they shouldn't be merged)
  • Removed unused is_personal column from the other_orgs CTE (was already filtered by WHERE clause)

Test plan

  • View a personal workspace's account detail page - should not show "Similar Organizations" section
  • View a regular organization's account detail page - should still show similar orgs if any exist
  • Verify no regression in duplicate detection for non-personal orgs

🤖 Generated with Claude Code

… detection

Personal workspaces should not appear in "Related Organizations (Potential
Duplicates)" since they represent individual users, not companies that could
be merged. This change ensures:
- Personal workspaces don't show the similar orgs section when viewed
- Other organizations' duplicate detection is unchanged

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit 765d1ff into main Jan 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant