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 @export open scene button not working #100654

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

mdelorme
Copy link
Contributor

Fixing #100649 by adding missing argument to EditorNode::open_request.

The problem was caused by this commit that added a parameter to open_request with a default value. The default value is not taken into account in the deferred_call (probably because of the templating ? not entirely sure) and was thus producing the error.

I have also checked for other occurrences of open_request deferred calls but could not find any, so I think this is just the one.

@AThousandShips AThousandShips changed the title Fix @export open scene button not working Fix @export open scene button not working Dec 20, 2024
@AThousandShips AThousandShips added this to the 4.4 milestone Dec 20, 2024
Copy link
Member

@AThousandShips AThousandShips left a comment

Choose a reason for hiding this comment

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

Correct change

@akien-mga akien-mga merged commit 315f51b into godotengine:master Dec 20, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@mdelorme mdelorme deleted the mdelorme/issue_100649 branch December 21, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants