Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[WIP][3.0][Form] Removed usage of deprecated form tag attributes #16046

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
Oct 1, 2015

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Oct 1, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

WIP because it needs some adjustments after #15926 is merged

@fabpot
Copy link
Member

fabpot commented Oct 1, 2015

#15926 has been merged now. @wouterj Can you rebase and update.

@Tobion
Copy link
Contributor

Tobion commented Oct 1, 2015

@fabpot 2.8 needs to be merged into master first. Are you on it?

@fabpot
Copy link
Member

fabpot commented Oct 1, 2015

@Tobion No, I'm in a meeting right now, can you do it?

@Tobion
Copy link
Contributor

Tobion commented Oct 1, 2015

@fabpot merged

@wouterj wouterj force-pushed the form-tag_deprecations branch from d86fb3f to 215fdbe Compare October 1, 2015 19:10
@wouterj
Copy link
Member Author

wouterj commented Oct 1, 2015

Rebased & included renaming alias -> extended_type

} else {
@trigger_error('The extended_type option of the form.type_extension tag is required since version 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
$extendedType = $serviceId;
throw new \InvalidArgumentException(sprintf('Tagged form type extension must have the extended type configured using the extended_type/extended-type attribute, none was configured for the "%s" service.', $serviceId));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Tagged form type extensionS" as this is valid for every type extension

@fabpot
Copy link
Member

fabpot commented Oct 1, 2015

Thank you @wouterj.

@fabpot fabpot merged commit 215fdbe into symfony:master Oct 1, 2015
fabpot added a commit that referenced this pull request Oct 1, 2015
…ibutes (WouterJ)

This PR was merged into the 3.0-dev branch.

Discussion
----------

[WIP][3.0][Form] Removed usage of deprecated form tag attributes

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

WIP because it needs some adjustments after #15926 is merged

Commits
-------

215fdbe Removed alias attribute usages
@wouterj wouterj deleted the form-tag_deprecations branch October 1, 2015 20:46
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.

4 participants