mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Merge pull request #2465 from okriuchykhin/ok_SCI_4454
Fix empty number column data_type in API [SCI-4454]
This commit is contained in:
commit
1073ef4f69
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class Extends
|
|||
|
||||
API_REPOSITORY_DATA_TYPE_MAPPINGS = { 'RepositoryTextValue' => 'text',
|
||||
'RepositoryDateValue' => 'date',
|
||||
'RepositoryNumberValue' => 'number',
|
||||
'RepositoryTimeValue' => 'time',
|
||||
'RepositoryDateTimeValue' => 'date_time',
|
||||
'RepositoryDateRangeValue' => 'date_range',
|
||||
|
|
Loading…
Reference in a new issue