symfony-cmf/core-bundle

[RFC] Integrate Workflow component

wouterj opened this issue · 1 comments

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).

dbu commented