Skip to content

[DependencyInjection][Xml] Fix the attribute 'tag' is not allowed in 'bind' tag #34732

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
Nov 30, 2019
Merged

[DependencyInjection][Xml] Fix the attribute 'tag' is not allowed in 'bind' tag #34732

merged 1 commit into from
Nov 30, 2019

Conversation

tienvx
Copy link
Contributor

@tienvx tienvx commented Nov 30, 2019

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets N/A
License MIT
Doc PR symfony/symfony-docs/pull/12741

Add test case for https://symfony.com/blog/new-in-symfony-4-4-dependency-injection-improvements-part-1#allow-binding-tagged-services and fix a bug with attribute 'tag' is not allowed

@maxhelias
Copy link
Contributor

You should target this on branch 4.4

@tienvx tienvx changed the base branch from master to 4.4 November 30, 2019 16:31
@tienvx
Copy link
Contributor Author

tienvx commented Nov 30, 2019

Fixed. Thank @maxhelias

@fabpot
Copy link
Member

fabpot commented Nov 30, 2019

Thank you @tienvx.

fabpot added a commit that referenced this pull request Nov 30, 2019
…allowed in 'bind' tag (tienvx)

This PR was merged into the 4.4 branch.

Discussion
----------

[DependencyInjection][Xml] Fix the attribute 'tag' is not allowed in 'bind' tag

| Q             | A
| ------------- | ---
| Branch?       | 4.4 <!-- see below -->
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | N/A <!-- prefix each issue number with "Fix #", if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs/pull/12741 <!-- required for new features -->

Add test case for https://symfony.com/blog/new-in-symfony-4-4-dependency-injection-improvements-part-1#allow-binding-tagged-services and fix a bug with attribute 'tag' is not allowed

Commits
-------

e38f7d4 [DependencyInjection][Xml] Fix the attribute 'tag' is not allowed in 'bind' tag
@fabpot fabpot merged commit e38f7d4 into symfony:4.4 Nov 30, 2019
@tienvx tienvx deleted the fix-tag-attribute branch December 1, 2019 00:05
This was referenced Dec 1, 2019
OskarStark added a commit to symfony/symfony-docs that referenced this pull request Dec 2, 2019
This PR was merged into the 4.4 branch.

Discussion
----------

[DependencyInjection] Bind tagged services

Update documentation for https://symfony.com/blog/new-in-symfony-4-4-dependency-injection-improvements-part-1#allow-binding-tagged-services

NOTE: this documentation require symfony/symfony#34732 to be merged

Commits
-------

7ec6d9d [DependencyInjection] Bind tagged services
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