diff --git a/app/controllers/repository_rows_controller.rb b/app/controllers/repository_rows_controller.rb index f971ae73f..03d3637fd 100644 --- a/app/controllers/repository_rows_controller.rb +++ b/app/controllers/repository_rows_controller.rb @@ -136,7 +136,6 @@ class RepositoryRowsController < ApplicationController } end end - raise ActiveRecord::Rollback if errors[:repository_cells].any? end # Clean up empty cells, not present in updated record @record.repository_cells.each do |cell|