-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] repeat preferred choices in list of all choices #32658
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
Conversation
xabbuh
commented
Jul 22, 2019
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #10271 |
License | MIT |
Doc PR |
See #23690 |
|
Maybe I misunderstood but if I didn't fixed the test on my previous PR it's because regarding the comments I thought we had to introduce this as a new optional feature (with a new option). But maybe I am wrong |
@Seb33300 I think we should revisit the decision made back then. This only improves the rendering. Adding an extra option for this seems to be unneeded complexity. |
Back then the PR was not completed, so we didn't make any decision :) |
Thank you @xabbuh. |
… (Seb33300, xabbuh) This PR was merged into the 4.4 branch. Discussion ---------- [Form] repeat preferred choices in list of all choices | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #10271 | License | MIT | Doc PR | Commits ------- 475c7a4 adapt tests b946b11 [Form] Repeat preferred choices in the main list
…oiceType` (arnaud-deabreu) This PR was merged into the 6.4 branch. Discussion ---------- [Form] Add `duplicate_preferred_choices` option to `ChoiceType` | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix #35135 | License | MIT | Doc PR | TODO I've reintroduced layout tests as they were before #32658, is that enough? /cc `@xabbuh` :) Thanks `@HeahDude` for your mentoring! Commits ------- df00a5f [Form] Add `duplicate_preferred_choices` option to `ChoiceType`