mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 23:03:00 +08:00
Trigger file text extraction on file update in an inventory [SCI-9842] (#6782)
This commit is contained in:
parent
5a3b262fa4
commit
5c852a1aa4
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue