-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Prevent "Overwrite the existing configuration for db-ssl-verify?" question #26818
Conversation
Don't display question w/o real overwrite (if new value equals to current value).
Hi @flancer64. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento create issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @flancer64,
Thank you for your contribution!
Seems like the listed above issue was already fixed in #26763.
Could you confirm that?
@ihor-sviziev , I can confirm that the issue is not fixed in #26763. I've reverted my patch in my local project (based on Magento 2.4.0) and I have the same warning:
I see code from #26763 in
It looks like:
I've re-apply my patch and the warning is disappeared. So, I can confirm that #26763 was not fix the issue listed above. |
@flancer64 thank you so much for checking it, so I'll review this PR. |
Hi @ihor-sviziev, thank you for the review. |
Yes, I think it is possible but I cannot do it. I know nothing about Magento Testing Framework. Sorry. |
Sync code before PR
@flancer64 looks like something went wrong with the source branch, it's removed now. I'm closing the PR since we cannot proceed without the source code. Feel free to reopen it in case you want to continue. Thank you for your contribution! |
Hi @flancer64, thank you for your contribution! |
@flancer64 could you create new PR with the same changes? |
I've removed source branch because I've found another bug in Magento (#30052). I don't know how can I create two different PRs from one fork :( |
I found I can use a branch in my fork. |
@sidolov , done. I'm sorry, @ihor-sviziev , of cause. |
This question is occurred every time I run:
after upgrade to 2.3.4
Also see #26762
We should ask this question only if new value of configuration option is not equal to the old value,.
Resolved issues: