Cédric Girard

Results 22 comments of Cédric Girard

Hi, you mean only translations from the 'validators' domain does not work ? does other translations work ?

Hi, this bundle only provide some services to manage element through a flow by using auto generated [process handlers](https://github.com/lexik/LexikWorkflowBundle#usage). It's up to you to call these process handlers in your...

The database structure does not currently support groups, to do that we would need a new `group` field in `TransUnit` or maybe a new `Group` entity. This would require to...

It does not sound weird to me, I suppose people that use the bundle only in dev manage translations as a similar way. But to get this exact flow it...

Hi, if you want to load the translations only from the DB just use: ``` lexik_translation: resources_registration: type: database managed_locales_only: true ```

That's weird, which version for the bundle and symfony are you using ?

Hi, sorry for the late reply, but did you try to override the TransUnit entity instead of the mapped super class ?

Hum yes you're right I forgot that point, so the best would be we only provide some super-classes/interfaces and leave people implements final entities.

Hi, thanks to point that out, but maybe we should just remove these pre-persist and pre-update hooks. The dates are not use in the current process, and if we add...

Hi, > Is possible to the workflow wait for 2 steps acomplished? This is no implemented yet and I don't think I will do it.