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 4548 sql editor resultsets can be closed one by one only when execute sql statement has been used for several queries #2503

Conversation

sergeyteleshev
Copy link
Contributor

No description provided.

@sergeyteleshev sergeyteleshev self-assigned this Mar 26, 2024
@@ -58,14 +58,25 @@ export const SqlResultTabs = observer<Props>(function SqlDataResult({ state, onT
}

async function handleClose(tab: ITabData) {
const canClose = await sqlResultTabsService.canCloseResultTab(state, tab.tabId);
const canClose = handleCanClose(tab);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the fix of the ticket. the rest is about adding new action

webapp/packages/core-localization/src/locales/it.ts Outdated Show resolved Hide resolved
webapp/packages/core-ui/src/Tabs/TabsState.tsx Outdated Show resolved Hide resolved
@sergeyteleshev sergeyteleshev requested a review from Wroud March 27, 2024 12:03
@sergeyteleshev sergeyteleshev requested a review from Wroud March 27, 2024 12:24
dariamarutkina and others added 3 commits March 27, 2024 15:59
…-one-by-one-only-when-execute-sql-statement-has-been-used-for-several-queries
…-one-by-one-only-when-execute-sql-statement-has-been-used-for-several-queries
…-one-by-one-only-when-execute-sql-statement-has-been-used-for-several-queries
@sergeyteleshev sergeyteleshev requested a review from Wroud March 28, 2024 17:37
@sergeyteleshev sergeyteleshev requested a review from Wroud March 29, 2024 11:56
@devnaumov devnaumov self-requested a review April 2, 2024 09:54
@devnaumov devnaumov merged commit 44b6f8a into devel Apr 2, 2024
1 of 3 checks passed
@serge-rider serge-rider deleted the CB-4548-sql-editor-resultsets-can-be-closed-one-by-one-only-when-execute-sql-statement-has-been-used-for-several-queries branch April 29, 2024 16:25
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