Not You

Results 2 comments of Not You

Update.. I put the following debug code in. ``` var_dump($new); var_dump($old); exit(1); $fields[$fieldName] = $this->createAuditFieldEntity( $auditFieldClass, $fieldName, AuditFieldTypeRegistry::TYPE_TEXT, (string)$new, (string)$old ); ``` and this is the results. ``` @vegas crm]./bin/console...

Seems to work fine on the current 2021 builds.