EncryptBundle icon indicating copy to clipboard operation
EncryptBundle copied to clipboard

Encryption works but not persisted

Open fylica opened this issue 1 year ago • 0 comments

Hello, I noticed encryption stopped persisting into database after upgrading to dev-master for the insert operations. $encryptedValue seems ok on line DoctrineEncryptSubscriber.php:182 and it persisted fine if I comment line 203. But unencrypted value is not persisted if I keep line 203 working. Seems like it's related to https://github.com/mogilvie/EncryptBundle/issues/35#issue-1565907700

"doctrine/orm": "2.14",
"doctrine/doctrine-bundle": "2.8.3"

fylica avatar Mar 05 '23 18:03 fylica