Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[FrameworkBundle] add support for prioritizing form type extension tags#6958
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
HeahDude commentedSep 9, 2016
Looks good! Thanks :) |
form/create_form_type_extension.rst Outdated
| defaults to ``0`` and it controls the order in which the form | ||
| type extensions are loaded (the higher the priority, the earlier | ||
| an extension is loaded). This is useful when you need to guarantee | ||
| that one extensions is loaded before or after another extension. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
- that one extensions+ that one extension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
…pe extension tags (dmaicher)This PR was merged into the 3.2-dev branch.Discussion----------[FrameworkBundle] add support for prioritizing form type extension tags| Q | A| ------------- | ---| Branch? | "master"| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#19735| License | MIT| Doc PR |symfony/symfony-docs#6958This PR proposes to add support for `priority` on `form.type_extension` dependecyinjection tags to enable sorting/prioritizing form type extensions.Issue was mentioned here:#19735Commits-------a3db5f0 [FrameworkBundle] add support for prioritizing form type extension tags
…pe extension tags (dmaicher)This PR was merged into the 3.2-dev branch.Discussion----------[FrameworkBundle] add support for prioritizing form type extension tags| Q | A| ------------- | ---| Branch? | "master"| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | #19735| License | MIT| Doc PR |symfony/symfony-docs#6958This PR proposes to add support for `priority` on `form.type_extension` dependecyinjection tags to enable sorting/prioritizing form type extensions.Issue was mentioned here:symfony/symfony#19735Commits-------a3db5f0 [FrameworkBundle] add support for prioritizing form type extension tags
xabbuh commentedSep 22, 2016
We should add a Status: Reviewed |
javiereguiluz commentedOct 14, 2016
👍 |
xabbuh commentedOct 26, 2016
Thank you@dmaicher. |
Doc PR forsymfony/symfony#19790