mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Fixes issue with move of experiments between projects [fixes SCI-400]
This commit is contained in:
parent
b334b037f8
commit
0dd1196ae5
1 changed files with 3 additions and 3 deletions
|
@ -375,9 +375,9 @@ class Experiment < ActiveRecord::Base
|
|||
project.tags << new_tags
|
||||
m.tags << new_tags
|
||||
end
|
||||
|
||||
save
|
||||
touch(:workflowimg_updated_at)
|
||||
result = save
|
||||
touch(:workflowimg_updated_at) if result
|
||||
result
|
||||
end
|
||||
|
||||
# Get projects where user is either owner or user in the same organization
|
||||
|
|
Loading…
Reference in a new issue