Skip to content

[Form] Update create_form_type_extension.rst #16506

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

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

issamkhadiri1989
Copy link
Contributor

Hello,
I think the condition image_url is not null is not enough as if we create a FileType form field without the image_property it causes an error. Adding image_url is defined is necessary because the variable image_url is only defined and passed to the view when image_property is already defined.

@carsonbot carsonbot changed the title Update create_form_type_extension.rst [Form] Update create_form_type_extension.rst Feb 15, 2022
Hello,
I think the condition `image_url is not null` is not enough as if we create a FileType form field without the `image_property` it causes an error. Adding `image_url is defined` is necessary  because the variable `image_url` is only defined and passed to the view when `image_property` is already defined.
@javiereguiluz javiereguiluz changed the base branch from 6.0 to 5.4 February 15, 2022 16:15
@javiereguiluz
Copy link
Member

Thanks Issam.

@javiereguiluz javiereguiluz merged commit b790aee into symfony:5.4 Feb 15, 2022
xabbuh pushed a commit to xabbuh/symfony-docs that referenced this pull request Mar 13, 2022
…amkhadiri1989)

This PR was submitted for the 6.0 branch but it was merged into the 5.4 branch instead.

Discussion
----------

[Form] Update create_form_type_extension.rst

Hello,
I think the condition `image_url is not null` is not enough as if we create a FileType form field without the `image_property` it causes an error. Adding `image_url is defined` is necessary  because the variable `image_url` is only defined and passed to the view when `image_property` is already defined.

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).

-->

Commits
-------

85470c5 Update create_form_type_extension.rst
javiereguiluz added a commit that referenced this pull request Mar 15, 2022
…luz)

This PR was merged into the 4.4 branch.

Discussion
----------

[Form] Update create_form_type_extension.rst

backport #16506 to `4.4`

Commits
-------

ac8a988 minor #16506 [Form] Update create_form_type_extension.rst (issamkhadiri1989)
javiereguiluz added a commit to javiereguiluz/symfony-docs that referenced this pull request Mar 15, 2022
* 4.4:
  Add quotations marks
  minor symfony#16506 [Form] Update create_form_type_extension.rst (issamkhadiri1989)
javiereguiluz added a commit to javiereguiluz/symfony-docs that referenced this pull request Mar 15, 2022
* 5.4:
  Add quotations marks
  minor symfony#16506 [Form] Update create_form_type_extension.rst (issamkhadiri1989)
  Typo
javiereguiluz added a commit to javiereguiluz/symfony-docs that referenced this pull request Mar 15, 2022
* 6.0:
  Add quotations marks
  minor symfony#16506 [Form] Update create_form_type_extension.rst (issamkhadiri1989)
  Typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants