Trigger file text extraction on file update in an inventory [SCI-9842] (#6782)

This commit is contained in:
Alex Kriuchykhin 2023-12-08 11:29:11 +01:00 committed by Oleksii Kriuchykhin
parent 5a3b262fa4
commit 5c852a1aa4

View file

@ -70,6 +70,7 @@ class RepositoryAssetValue < ApplicationRecord
asset.last_modified_by = user
self.last_modified_by = user
asset.save! && save!
asset.post_process_file(repository_cell.repository_column.repository.team)
end
def snapshot!(cell_snapshot)