When store_changed_from is enabled, the filtered_columns is ignored on copied data
Closed this issue · 2 comments
xadhoom commented
Hi,
seems that when store_changed_from
is enabled, the filtered_columns
option is applied only on data and not on copied data. So if for example you filter out the password
column, in the data column of changes is correctly saved like "password": "[FILTERED]"
, while in the changed_from
the old value is present.
Probably should be filtered also in the previous data column?
maltoe commented
Hi @xadhoom
thank you for reporting! 💜 This is a pretty mean bug for the ones affected. Let's hope that this does not ruin anybody's day. 🤞
maltoe commented
Fixed in v0.12.0