- 🇯🇵Japan ptmkenny
Drupal 7 is EOL (end of life) so 7.x issues are now being closed.
Hi,
We are using field encryption module to encrypt our users fields and a custom entity's fields.
now when the entity is being created via web form, the fields values are saved correctly. If there is a special character in field value the 'value' key is having exact value and 'safe value' key has the value with special char converted to HTML entities like '&'
the issue happens when I am updating just a date field of this entity via entity load and entity save() functions, this time the value gets the HTML converted values i.e. '&' and safe value gets '&' converted to &
now in views the field values are showing incorrect.
When I unchecked the Encrypt option via field settings, no matter how many times I am updating any value of entity the 'value' key of field will always have the exact entered value I.e. no HTML conversion.
Please help.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is EOL (end of life) so 7.x issues are now being closed.