-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | no |
Symfony version | 3.2.4 |
I just have two listeners and they have to be in the correct order. My first approach was to set the priority in the tags
for the listeners, I noticed that nothing changed the order. After I checked the code in Symfony/Bridge/Doctrine/ContainerAwareEventManager.php#L101 and compared it to Symfony/Component/Form/FormConfigBuilderInterface.php#L33 I just realized that the priority is missing.
Yeah I know that Component/Form and the Bridge/Doctrine are two different parts.