Skip to content
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

CB-2974 feat: allow private connections selecting for sql editor #2167

Merged
merged 5 commits into from
Nov 28, 2023

Conversation

Wroud
Copy link
Member

@Wroud Wroud commented Nov 27, 2023

No description provided.

@Wroud Wroud self-assigned this Nov 27, 2023
if (
!this.connectionSchemaManagerService.isProjectChangeable &&
this.connectionSchemaManagerService.activeProjectId &&
connection.projectId !== this.connectionSchemaManagerService.activeProjectId
activeProjectId &&
Copy link
Contributor

Choose a reason for hiding this comment

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

id может быть нулем тут? если да то не зайдет внутрь кейса

Copy link
Member Author

Choose a reason for hiding this comment

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

no, it's can be only non-empty string

@Wroud Wroud merged commit 76a440c into devel Nov 28, 2023
3 checks passed
@Wroud Wroud deleted the feat/cb-2974/active-connection-switching branch November 28, 2023 12:57
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.

4 participants