Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Form] Remove group options without data on debug:form command#25404
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
yceruto commentedDec 8, 2017
(Travis failure unrelated) |
stof commentedDec 8, 2017
this will remove also options with a |
yceruto commentedDec 8, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@stof no, this is a list of defined options only, i.e they are names (strings). |
maidmaid commentedDec 9, 2017
I just applied your patch, and yes it works. |
yceruto commentedDec 9, 2017
@maidmaid thanks! |
Simperfit left a comment
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.
Travis failure in unrelated
chalasr commentedDec 10, 2017
@yceruto Could you add a test case to prevent regressions? |
yceruto commentedDec 13, 2017
Test added (still failure is unrelated) |
fabpot commentedDec 31, 2017
Thank you@yceruto. |
…mand (yceruto)This PR was merged into the 3.4 branch.Discussion----------[Form] Remove group options without data on debug:form command| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#25394| License | MIT| Doc PR | -This also fix the normalization of the options column for text descriptor, regardless of changes in `collectOptions()` method (which is enough to fix the related bug).@maidmaid could you confirm if these changes solve the problem?Commits-------083c8af Remove group options without data and fix normalization
Uh oh!
There was an error while loading.Please reload this page.
This also fix the normalization of the options column for text descriptor, regardless of changes in
collectOptions()method (which is enough to fix the related bug).@maidmaid could you confirm if these changes solve the problem?