diff --git a/app/controllers/repository_rows_controller.rb b/app/controllers/repository_rows_controller.rb index 973373022..028029975 100644 --- a/app/controllers/repository_rows_controller.rb +++ b/app/controllers/repository_rows_controller.rb @@ -131,7 +131,7 @@ class RepositoryRowsController < ApplicationController record_annotation_notification(@record, value.repository_cell) else errors[:repository_cells] << { - "#{cell.repository_column_id}": value.errors.messages + "#{column.id}": value.errors.messages } end end