mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 23:48:03 +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
|
end
|
||||||
|
|
||||||
my_module.save!
|
my_module.save!
|
||||||
|
experiment.delay.generate_workflow_img
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -542,6 +543,7 @@ class Experiment < ActiveRecord::Base
|
||||||
|
|
||||||
group.experiment = experiment
|
group.experiment = experiment
|
||||||
group.save!
|
group.save!
|
||||||
|
experiment.delay.generate_workflow_img
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue