mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 01:14:30 +08:00
fixes step destroing bug and fixes reports [fixes SCI-247]
This commit is contained in:
parent
77c9c01ec7
commit
17aacc8ff5
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