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
{{ message }}
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
This is more of a support query. Once I've fully understood this bundle, I would love to contribute with a pull request to the README file.
The line $processHandler->start($model); from your Usage example needs to be called once an entity is persisted for the first time. I hence thought I'd use an entity listener or lifecycle subscriber to handle it, but am getting a circular reference. Alternatively, I could implement checks in my form handler to call the method when the entity is first persisted.
What do you guys do in your projects – where do you call it?
This is more of a support query. Once I've fully understood this bundle, I would love to contribute with a pull request to the README file.
The line
$processHandler->start($model);from your Usage example needs to be called once an entity is persisted for the first time. I hence thought I'd use an entity listener or lifecycle subscriber to handle it, but am getting a circular reference. Alternatively, I could implement checks in my form handler to call the method when the entity is first persisted.What do you guys do in your projects – where do you call it?