Zoran Lazić

Results 5 comments of Zoran Lazić

+1 I would also need transition wildcard for FROM ANY state. Example would be for order that can be FAILED from any state. I don't know how would TO ANY...

OK, thank you for the input. I'll open a new PR when I prepare things.

Thank you for replying. It is somewhat useful. I did managed to set it up and run it. I'm referring more to user manual, not development. How to install it,...

I also tried encrypting unencrypted DB. It failed on postUpdate() call. https://github.com/GiveMeAllYourCats/DoctrineEncryptBundle/blob/b24750061f838e7c9caab6d6effa6b301b709028/src/Subscribers/DoctrineEncryptSubscriber.php#L125 Dumping entity before the actual call of `processFields` in `postUpdate()` shows a field (countryCode) which is plain string...

OK, I found issue on my side. There is setter on a field and that setter does `strtoupper` on a string. So when using `bin/sf doctrine:encrypt:database` it encrypts the string...