craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

Better management of InstanceId of Flow. #358

Open Warxcell opened 4 years ago

Warxcell commented 4 years ago

Currently I have to use single instance of Flow. (so when user leaves and returns - he needs to back on same step he was before). I'm trying to override getInstanceId() to be user id, but so far without success.

My proposal is to separate instance management of flow to another class.