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
Symfony 3.2 will introduce a Workflow component. I think it would be great if we can integrate this into the publish workflow (e.g. publishing only in specific states).
To keep 3.0 support, we either have to make this pwc opt-in using a config setting or have to implement a BC layer (which isn't hard, as we can always require the component from this bundle).