mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
fixed moving action of workflows and tasks
This commit is contained in:
parent
487d3e18f4
commit
29a2904513
1 changed files with 2 additions and 0 deletions
|
@ -500,6 +500,7 @@ class Experiment < ActiveRecord::Base
|
|||
end
|
||||
|
||||
my_module.save!
|
||||
experiment.delay.generate_workflow_img
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -542,6 +543,7 @@ class Experiment < ActiveRecord::Base
|
|||
|
||||
group.experiment = experiment
|
||||
group.save!
|
||||
experiment.delay.generate_workflow_img
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue