mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
Merge pull request #742 from mlorb/ml-sci-1479
Remove redundant rollback call [SCI-1479]
This commit is contained in:
commit
a73e0b0a80
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ class RepositoryRowsController < ApplicationController
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
raise ActiveRecord::Rollback if errors[:repository_cells].any?
|
|
||||||
end
|
end
|
||||||
# Clean up empty cells, not present in updated record
|
# Clean up empty cells, not present in updated record
|
||||||
@record.repository_cells.each do |cell|
|
@record.repository_cells.each do |cell|
|
||||||
|
|
Loading…
Reference in a new issue