Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[TwigBridge] [Bootstrap 4] Fix hidden errors#24802

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:3.4fromostrolucky:feature-24801
Nov 5, 2017

Conversation

@ostrolucky
Copy link
Contributor

@ostroluckyostrolucky commentedNov 2, 2017
edited
Loading

QA
Branch?3.4
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#24801
LicenseMIT
Doc PR-

Fixes displaying errors for:

  • Symfony\Component\Form\Extension\Core\Type\BirthdayType
  • Symfony\Component\Form\Extension\Core\Type\CheckboxType
  • Symfony\Component\Form\Extension\Core\Type\DateIntervalType
  • Symfony\Component\Form\Extension\Core\Type\DateTimeType
  • Symfony\Component\Form\Extension\Core\Type\DateType
  • Symfony\Component\Form\Extension\Core\Type\FileType
  • Symfony\Component\Form\Extension\Core\Type\RadioType
  • Symfony\Component\Form\Extension\Core\Type\TimeType
LayoutBeforeAfter
verticalless validation errors shown in vertical bs4 layoutmore validation errors shown in vertical bs4 layout
horizontalless validation errors shown in bs4 horizontal layoutmore validation errors shown

@xabbuhxabbuh added this to the3.4 milestoneNov 3, 2017
@ostroluckyostroluckyforce-pushed thefeature-24801 branch 5 times, most recently fromddaf997 toeff3896CompareNovember 4, 2017 04:07
@ostroluckyostrolucky changed the titleFix displaying errors for expanded ChoiceType in bootstrap 4[TwigBridge] [Bootstrap 4] Fix hidden errorsNov 4, 2017
@fabpot
Copy link
Member

Thank you@ostrolucky.

@fabpotfabpot merged commit5810983 intosymfony:3.4Nov 5, 2017
fabpot added a commit that referenced this pull requestNov 5, 2017
This PR was merged into the 3.4 branch.Discussion----------[TwigBridge] [Bootstrap 4] Fix hidden errors| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#24801| License       | MIT| Doc PR        | -Fixes displaying errors for:- Symfony\Component\Form\Extension\Core\Type\BirthdayType- Symfony\Component\Form\Extension\Core\Type\CheckboxType- Symfony\Component\Form\Extension\Core\Type\DateIntervalType- Symfony\Component\Form\Extension\Core\Type\DateTimeType- Symfony\Component\Form\Extension\Core\Type\DateType- Symfony\Component\Form\Extension\Core\Type\FileType- Symfony\Component\Form\Extension\Core\Type\RadioType- Symfony\Component\Form\Extension\Core\Type\TimeType<table><tr><th>Layout</th><th>Before</th><th>After</th></tr><tr><td>vertical</td><td valign="top"><img src="https://user-images.githubusercontent.com/496233/32405939-1b4c92c8-c16f-11e7-9b21-8af296aa8d94.png" width="400" alt="less validation errors shown in vertical bs4 layout" /></td><td valign="top"><img src="https://user-images.githubusercontent.com/496233/32405935-008a3d8c-c16f-11e7-8155-2a51ab55ae9a.png" width="400" alt="more validation errors shown in vertical bs4 layout"  /></td></tr><tr><td>horizontal</td><td valign="top"><img src="https://user-images.githubusercontent.com/496233/32405984-213b432c-c170-11e7-832a-d94c7f7ddf07.png" width="400" alt="less validation errors shown in bs4 horizontal layout" /></td><td valign="top"><img src="https://user-images.githubusercontent.com/496233/32406022-bd25bf92-c170-11e7-893d-f071225f8273.png" width="400" alt="more validation errors shown"  /></td></tr></table>Commits-------5810983 Fix displaying errors for bootstrap 4
This was referencedNov 5, 2017
symfony-splitter pushed a commit to symfony/twig-bridge that referenced this pull requestNov 9, 2017
… expanded choiceType (ostrolucky)This PR was merged into the 3.4 branch.Discussion----------[TwigBridge] [Bootstrap 4] Fix validation error design for expanded choiceType| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -Unfortunately I didn't testsymfony/symfony#24802 with expanded option set to true, sorry about that. Without this fix, it applies form error style twice.Before:![screenshot from 2017-11-06 10 31 55](https://user-images.githubusercontent.com/496233/32434235-c13c02f8-c2dd-11e7-97da-6bfa312c5825.png)After:![screenshot from 2017-11-06 10 32 40](https://user-images.githubusercontent.com/496233/32434252-d30c2224-c2dd-11e7-86d6-fd06af3ef753.png)Commits-------39083a2067 [TwigBridge] [Bootstrap 4] Fix validation error design for expanded choiceType
fabpot added a commit that referenced this pull requestNov 9, 2017
… expanded choiceType (ostrolucky)This PR was merged into the 3.4 branch.Discussion----------[TwigBridge] [Bootstrap 4] Fix validation error design for expanded choiceType| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -Unfortunately I didn't test#24802 with expanded option set to true, sorry about that. Without this fix, it applies form error style twice.Before:![screenshot from 2017-11-06 10 31 55](https://user-images.githubusercontent.com/496233/32434235-c13c02f8-c2dd-11e7-97da-6bfa312c5825.png)After:![screenshot from 2017-11-06 10 32 40](https://user-images.githubusercontent.com/496233/32434252-d30c2224-c2dd-11e7-86d6-fd06af3ef753.png)Commits-------39083a2 [TwigBridge] [Bootstrap 4] Fix validation error design for expanded choiceType
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

3.4

Development

Successfully merging this pull request may close these issues.

4 participants

@ostrolucky@fabpot@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp