-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Bug in debug:form command #25394
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
Comments
@maidmaid I can reproduce but only on 4.0.*, on 4.1@dev it does not trigger an error. I don't see any differences in the code. I'm will be trying to provide a fix, but it seems that we could do better than what I though, by searching to root cause instead of fixing the error directly. Creating the PR just now. |
Status: Reviewed |
I can't reproduce the bug either. @maidmaid could you please show a full
|
@maidmaid does this problem happen only with |
The dump of options
The whole stack with DateType :
@yceruto with the patch provided it does fix it, but I feels like it's not the right fix ;). Do you want the |
Yep, I also feel it. The great news is that I see the problem now:
So I'm working on the solution, thanks for the |
See #25404 |
Since the debug command was not registering with all the information it needs (fixed in #25396), we found this error, every cloud has a silver lining! :) |
@xabbuh This issue can be closed since the PR has been merged. |
Still open #25404 which guarantees that there will be no empty groups in the future. |
…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
…perfit) This PR was merged into the 3.4 branch. Discussion ---------- [Console] Provide a DX where an array could be passed | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | #25394 | License | MIT | Doc PR | none  I think that this is not fixing the root causes that does not appears in 4.1, so maybe there is something better to do. I did not find the root cause So I think it can bo good to fix the problem too. Commits ------- de502f7 [Console] Provide a bugfix where an array could be passed
The text was updated successfully, but these errors were encountered: