You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #52188 [FrameworkBundle][Workflow] Add WorflowGuardListenerPass only if it exists (smnandre)
This PR was merged into the 6.4 branch.
Discussion
----------
[FrameworkBundle][Workflow] Add `WorflowGuardListenerPass` only if it exists
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#52187
| License | MIT
As spotted by `@PhilETaylor` (in [this comment](#52032 (comment))) the framework is broken in 6.4-dev when the worflow component is not installed.
This PR fixes that by registering the compiler pass only if available.
Commits
-------
1ba348a Add WorflowGuardListenerPass only if it exists
0 commit comments