mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix file handling in protocol import/copying [SCI-3935][SCI-3926][SCI-3934]
This commit is contained in:
parent
0aeeef85dc
commit
8f52b362d6
1 changed files with 0 additions and 1 deletions
|
@ -249,7 +249,6 @@ class Protocol < ApplicationRecord
|
|||
def self.clone_contents(src, dest, current_user, clone_keywords)
|
||||
assets_to_clone = []
|
||||
dest.update(description: src.description)
|
||||
src.clone_tinymce_assets(dest, dest.team)
|
||||
|
||||
# Update keywords
|
||||
if clone_keywords
|
||||
|
|
Loading…
Reference in a new issue