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

[Form] Add support for displaying nested options inDebugCommand#59871

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:7.3fromyceruto:form_command_nested
Mar 1, 2025

Conversation

yceruto
Copy link
Member

@ycerutoyceruto commentedFeb 27, 2025
edited
Loading

QA
Branch?7.3
Bug fix?no
New feature?yes
Deprecations?no
Issues-
LicenseMIT

Addressing#59618 (comment)

$ bin/console debug:form FooType baz --format=json

beingbaz a nested option of theFooType, output example in JSON format:

{"required":false,"default": [],"is_lazy":false,"has_normalizer":false,"has_nested_options":true,"nested_options": {"foo": {"required":true,"default":true,"is_lazy":false,"has_normalizer":false,"has_nested_options":false        },"bar": {"required":false,"default":true,"is_lazy":false,"has_normalizer":false,"has_nested_options":false        }    }}

The new additions here are thehas_nested_options andnested_options entries.

Cheers!

@alexandre-daubois
Copy link
Member

I've been a bit quick 🙂 Low-deps failures are related to this PR it seems

@OskarStarkOskarStark changed the title[Form] Add support for displaying nested options in DebugCommand[Form] Add support for displaying nested options inDebugCommandFeb 27, 2025
@yceruto
Copy link
MemberAuthor

I've been a bit quick 🙂 Low-deps failures are related to this PR it seems

It should be good now 👍

alexandre-daubois reacted with thumbs up emoji

@fabpot
Copy link
Member

Thank you@yceruto.

@fabpotfabpot merged commit959bbc6 intosymfony:7.3Mar 1, 2025
9 of 11 checks passed
@ycerutoyceruto deleted the form_command_nested branchMarch 1, 2025 16:11
@fabpotfabpot mentioned this pull requestMay 2, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@mtarldmtarldmtarld left review comments

@fabpotfabpotfabpot approved these changes

@alexandre-dauboisalexandre-dauboisalexandre-daubois approved these changes

@xabbuhxabbuhAwaiting requested review from xabbuhxabbuh is a code owner

Assignees
No one assigned
Projects
None yet
Milestone
7.3
Development

Successfully merging this pull request may close these issues.

5 participants
@yceruto@alexandre-daubois@fabpot@mtarld@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp