-
Notifications
You must be signed in to change notification settings - Fork 29
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Implement Symfony3.2 workflow component #296
Comments
I'd like to ask you in which kind of operations/tasks are you thinking about integrating the new Workflow component. Thanks! |
For reference: the Symfony 3.2 Workflow component I'm also not sure where we would want to use it. You want to add the workflow to the editing of the bundle? I'm not sure if that's something we would want, imho it is out of the scope of this bundle. |
I meant adding support |
That's is not where the workflow component is meant to be used for if I understand it correctly. How does a state change if you want to view the list? Or if you simply only edit the object? I would stay with the |
True :) the view / list actions require simple credential checks, but for custom object actions (which in my projects are mostly state transitions like |
It seems like symfony 3.2 workflow component could be a perfect addition to admingenerator. We should think how it could be easily implemented into out tempaltes without breaking current behaviour. Or maybe it's worth a BC break? Please share your thoughts.
The text was updated successfully, but these errors were encountered: