Open
Description
To properly fix this issue JDialog extend in https://github.com/magento/magento2-phpstorm-plugin/blob/5.3.0-develop/src/com/magento/idea/magento2plugin/actions/generation/dialog/AbstractDialog.java#L38 has to be replaced by DialogWrapper:
https://plugins.jetbrains.com/docs/intellij/dialog-wrapper.html?from=jetbrains.org#examples
Based on the answer from the official support: https://intellij-support.jetbrains.com/hc/en-us/community/posts/14397678486418--Thread-context-was-already-set-CoroutineName-commit-workflow-when-showing-window-during-commit-check?page=1#community_comment_15082225353874
Here is an implementation from other plugin: jshiell/checkstyle-idea@8102396
This is going to close ~60 bug reports.
Activity
m2-assistant commentedon Jul 6, 2024
Hi @piotrkwiecinski. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue:
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
piotrkwiecinski commentedon Jul 6, 2024
@magento I am working on this
piotrkwiecinski commentedon Jul 14, 2024
@VitaliyBoyko could we leave this one open?
82 remaining items
ProkopovVitaliy commentedon Feb 17, 2025
@magento I am working on this
ProkopovVitaliy commentedon Mar 10, 2025
@VitaliyBoyko I attempted to reproduce this issue in my environment but was unable to do so.
First, I noticed that the recommended workaround had already been applied to the dialog window for creating a GraphQL resolver:
Source code reference.
To investigate further, I removed this fix and tried multiple approaches to reproduce the bug:
• Created resolvers in different modules.
• Intentionally caused validation errors.
• Used other dialog windows before returning to the affected one.
Despite these efforts, I couldn’t reproduce the issue, and the reported error never appeared.