mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Fix refresh task name from linked protocol [SCI-6992] (#4256)
This commit is contained in:
parent
0d8d1270ce
commit
1cd5a35b32
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ class Protocol < ApplicationRecord
|
|||
|
||||
def self.clone_contents(src, dest, current_user, clone_keywords)
|
||||
assets_to_clone = []
|
||||
dest.update(description: src.description)
|
||||
dest.update(description: src.description, name: src.name)
|
||||
src.clone_tinymce_assets(dest, dest.team)
|
||||
|
||||
# Update keywords
|
||||
|
|
Loading…
Reference in a new issue