mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 17:09:45 +08:00
Merge pull request #4765 from aignatov-bio/ai-sci-7700-fix-canvas-navigator-on-task-duplication
Refresh experiment workflow image on task duplication [SCI-7700]
This commit is contained in:
commit
fbc1247e5b
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ class ExperimentsController < ApplicationController
|
|||
)
|
||||
MyModules::CopyContentJob.perform_later(current_user, my_module.id, new_my_module.id)
|
||||
end
|
||||
@experiment.workflowimg.purge
|
||||
end
|
||||
|
||||
render(
|
||||
|
|
Loading…
Reference in a new issue