d8-contrib-modules / field_encrypt

CODE HAS BEEN MOVED TO https://www.drupal.org/project/field_encrypt
0 stars 5 forks source link

Investigate field updates through CMI #27

Closed svendecabooter closed 8 years ago

svendecabooter commented 8 years ago

Currently when the field storage settings get changed, a Batch API process updates the existing field values accordingly.

We'd also need to check how we can make this work if the settings change through a CMI update, i.e. settings get changed in dev and are then pushed to production.

svendecabooter commented 8 years ago

See also: https://github.com/d8-contrib-modules/field_encrypt/pull/26#issuecomment-195762688

svendecabooter commented 8 years ago

This has been implemented in PR https://github.com/d8-contrib-modules/field_encrypt/pull/36

When settings are updated through CMI, the existing fields get updated on cron, or by manually starting a batch process.

svendecabooter commented 8 years ago

This functionality has now been merged into master