mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
Merge pull request #108 from ZmagoD/zd_SCI_247_vol2
Fixes step destroing bug and fixes reports [fixes SCI-247]
This commit is contained in:
commit
e96429409e
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class Asset < ActiveRecord::Base
|
||||||
S3_BUCKET.object(key).delete
|
S3_BUCKET.object(key).delete
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
report_elements.destroy_all
|
||||||
delete
|
delete
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue