- 🇯🇵Japan ptmkenny
Drupal 7 is EOL (end of life) so 7.x issues are now being closed.
There is no possibility to use encryption settings in list fields. The 'Encrypt this field' checkbox does not appears.
I think the problem is in the module file, line 68:
// Check that there are encryptable columns on this field as Indexes can not
// be encrypted.
if (array_keys($field_info['columns']) == array_keys($field_info['indexes'])) {
return;
}
For a list field, the 'indexes' and 'columns' contains the same 'value' field.
I would like to understand why indexes cannot be encrypted? Is there any workaround to this problem?
Thanks
Closed: outdated
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.