fix: remove user_tokens from _override_by customer fields
This commit is contained in:
parent
1bc944386b
commit
eb91d882c7
2 changed files with 7 additions and 7 deletions
|
|
@ -399,7 +399,7 @@ function computeStatus (customer) {
|
|||
function populateOverrideUsernames (customer) {
|
||||
const fieldsToUpdate = _.map(field => {
|
||||
return {
|
||||
token: customer[field + '_override_by'],
|
||||
token: customer[field + '_override_by'] || customer[field + '_override_by_old'],
|
||||
field: field + '_override_by_name'
|
||||
}
|
||||
}, getComplianceTypes())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue