-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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 #13920: Fixed erroneous validation for specific cases #19909
Fix #13920: Fixed erroneous validation for specific cases #19909
Conversation
tim-fischer-maschinensucher
commented
Jul 24, 2023
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | #13920 |
PR Summary
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #19909 +/- ##
==========================================
+ Coverage 48.51% 48.96% +0.45%
==========================================
Files 445 445
Lines 42358 42840 +482
==========================================
+ Hits 20548 20978 +430
- Misses 21810 21862 +52 ☔ View full report in Codecov by Sentry. |
@s1lver do you still remember this case? If so, would you please take a look? |
hmm, 2017... yes, I looked at the related issue but I don't remember how I fixed it back then. I can just check again. |
If confirm is used on the button and the option <?= Html::submitButton(
'Submit',
[
'class' => 'btn btn-success',
'data' => [
'confirm' => 'Confirm message',
],
]
) ?> I'm not sure if it can be accepted in this form. Would be nice to add tests |
@tim-fischer-maschinensucher do you have time to add a test case to ensure it's not broken again ever? |
I should be able to get to it this or next week. |
I could not reproduce your issue @s1lver. I used the basic project and changed the contact form to fit your description, but everything seemed to work just fine. |
Hi, if we can't reproduce it, and everything seems to work fine, can we close it, and if the problem reappears do we open it again? |
Hmm... I guess something else could have affected me. It's enough for me that there is a test for the old problem |
Is there anything I still need to do for this pr to progress? |
Please resolve the conflict and I'll merge it. |