Properly set last_modified_by when consuming stock [SCI-10904]

This commit is contained in:
Martin Artnik 2024-07-19 09:30:47 +02:00
parent 089dbc084b
commit acbbe1daf6

View file

@ -71,6 +71,7 @@ class MyModuleRepositoryRow < ApplicationRecord
team_id: my_module.experiment.project.team.id team_id: my_module.experiment.project.team.id
} }
) )
stock_value.last_modified_by_id = last_modified_by_id
stock_value.save! stock_value.save!
save! save!
end end