Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

bugfix #73: Fix custom actions to work in any language #74

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

mst-mkt
Copy link
Contributor

@mst-mkt mst-mkt commented Nov 29, 2024

issue

resolve #73

description

The bug was that when the “Dictionary” was localized according to the language setting, a wrong branch in the code for customAction occurred, resulting in an infinite loop.

This PR fixes it so that it works fine even if “Dictionary” is localized.
It works equally well in any language setting by taking the type of an empty dictionary variable and comparing it to it.

@electrikmilk electrikmilk added the bug Something isn't working label Dec 3, 2024
@electrikmilk
Copy link
Owner

Nice fix, works great! Thanks so much!

@electrikmilk electrikmilk merged commit 331769b into electrikmilk:main Dec 3, 2024
3 checks passed
@electrikmilk electrikmilk self-requested a review December 3, 2024 23:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom actions do not work if the system language is not English
2 participants