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

fix: Disable newly created function call blocks when the corresponding definition is disabled. #8665

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

gonfunko
Copy link
Contributor

The basics

The details

Resolves

Fixes #8661

Proposed Changes

This PR fixes a bug that allow enabled function caller blocks to be created on the workspace after their corresponding definition block was disabled.

@gonfunko gonfunko requested a review from a team as a code owner November 18, 2024 20:40
@github-actions github-actions bot added the PR: fix Fixes a bug label Nov 18, 2024
@gonfunko gonfunko merged commit cd1e540 into google:develop Dec 3, 2024
11 checks passed
@gonfunko gonfunko deleted the disabled-functions branch December 3, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User functions may be called even when function definition is disabled
2 participants