UserFrosting
UserFrosting copied to clipboard
Update uf-jqueryvalidation-config.js
Added conditions to add the JqueryValidation message under the Select2 container. and other conditions for Radio and Checkbox. The validation message for Select2 were showing up above the field whereas all the input fields were showing below. This fixes that. The Radio button and Checkbox should also be fine, I have not tested all scenarios for that.
Codecov Report
Merging #1205 (59f4d22) into hotfix (5494cd9) will decrease coverage by
2.23%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## hotfix #1205 +/- ##
============================================
- Coverage 70.68% 68.45% -2.24%
- Complexity 1985 1987 +2
============================================
Files 173 169 -4
Lines 6905 6685 -220
============================================
- Hits 4881 4576 -305
- Misses 2024 2109 +85
Impacted Files | Coverage Δ | |
---|---|---|
...rinkles/account/src/Database/Models/Permission.php | 60.00% <0.00%> (-7.86%) |
:arrow_down: |
app/sprinkles/core/src/Csrf/SlimCsrfProvider.php | 26.92% <0.00%> (-2.71%) |
:arrow_down: |
app/sprinkles/account/src/Database/Models/User.php | 75.00% <0.00%> (-2.40%) |
:arrow_down: |
...pp/sprinkles/account/src/Twig/AccountExtension.php | 77.77% <0.00%> (-2.23%) |
:arrow_down: |
...rinkles/account/src/Repository/TokenRepository.php | 62.06% <0.00%> (-1.87%) |
:arrow_down: |
app/sprinkles/account/src/Account/Registration.php | 74.11% <0.00%> (-1.47%) |
:arrow_down: |
.../account/src/ServicesProvider/ServicesProvider.php | 81.10% <0.00%> (-1.30%) |
:arrow_down: |
app/sprinkles/core/src/Router.php | 72.00% <0.00%> (-1.08%) |
:arrow_down: |
...es/admin/src/ServicesProvider/ServicesProvider.php | 89.47% <0.00%> (-1.01%) |
:arrow_down: |
...pp/sprinkles/account/src/Rememberme/PDOStorage.php | 93.54% <0.00%> (-0.74%) |
:arrow_down: |
... and 85 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5494cd9...59f4d22. Read the comment docs.