mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-16 10:06:57 +08:00
Fix repository import mapping and preview [SCI-10773]
This commit is contained in:
parent
3054a3c4ec
commit
fbf311e25d
1 changed files with 3 additions and 0 deletions
|
@ -111,7 +111,10 @@ module RepositoryImportParser
|
|||
|
||||
checked_rows << import_row(existing_row, incoming_row)
|
||||
end
|
||||
<<<<<<< HEAD
|
||||
p checked_rows
|
||||
=======
|
||||
>>>>>>> b344c5772 (Fix repository import mapping and preview [SCI-10773])
|
||||
changes = ActiveModelSerializers::SerializableResource.new(
|
||||
checked_rows.compact,
|
||||
each_serializer: RepositoryRowImportSerializer,
|
||||
|
|
Loading…
Add table
Reference in a new issue