fix update repository_row

This commit is contained in:
zmagod 2017-06-22 17:29:17 +02:00
parent 590135b9b3
commit 2dd9b6ff19

View file

@ -145,6 +145,7 @@ class RepositoryRowsController < ApplicationController
else
@record.repository_cells.each { |c| c.value.destroy }
end
raise ActiveRecord::Rollback if errors[:repository_cells].any?
end
respond_to do |format|