mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Merge pull request #7721 from rekonder/aj_SCI_10884
Fix cell value validation [SCI-10884]
This commit is contained in:
commit
adb7115312
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ module RepositoryImportParser
|
|||
if @preview
|
||||
repository_cell = repository_row.repository_cells.build(value: cell_value, repository_column: cell_value.repository_cell.repository_column)
|
||||
repository_cell.validate
|
||||
repository_cell.value.validate
|
||||
repository_cell.id = SecureRandom.uuid.gsub(/[a-zA-Z-]/, '') unless cell_value.repository_cell.id.present? # ID required for preview with serializer
|
||||
return repository_cell
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue