mirror of
https://github.com/we-promise/sure.git
synced 2026-05-12 23:25:00 +00:00
feat(api): expose import row diagnostics (#1644)
* feat(api): expose import row diagnostics * fix(api): stabilize import row diagnostics * fix(api): harden import row diagnostics * fix(api): number Mint import diagnostics rows * fix(api): enforce unique import row diagnostics * fix(api): address import row diagnostics review
This commit is contained in:
@@ -8,7 +8,7 @@ class Import::Row < ApplicationRecord
|
||||
validate :required_columns
|
||||
validate :currency_is_valid
|
||||
|
||||
scope :ordered, -> { order(:id) }
|
||||
scope :ordered, -> { order(:source_row_number, :id) }
|
||||
|
||||
def tags_list
|
||||
if tags.blank?
|
||||
|
||||
Reference in New Issue
Block a user