[#2772] Avoid touching champ update date
This commit is contained in:
parent
1d0ce21555
commit
ecfacf8417
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module Tasks
|
||||||
original_champs.each do |c|
|
original_champs.each do |c|
|
||||||
tdc_to = destination_type_de_champ(c)
|
tdc_to = destination_type_de_champ(c)
|
||||||
if tdc_to.present?
|
if tdc_to.present?
|
||||||
c.update(type_de_champ: tdc_to)
|
c.update_columns(type_de_champ_id: tdc_to.id)
|
||||||
elsif discard_champ?(c)
|
elsif discard_champ?(c)
|
||||||
champs(dossier).destroy(c)
|
champs(dossier).destroy(c)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue