mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 21:55:20 +08:00
Fixes the database error i was having on home machine too, wasnt exclusive to me
This commit is contained in:
parent
70a972c264
commit
0607579d06
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module ProtocolsIoHelper
|
|||
# -- 0 big =
|
||||
|
||||
PIO_TITLE_TOOLONG_LEN =
|
||||
I18n.t('protocols.protocols_io_import.title_too_long').length + 2
|
||||
I18n.t('protocols.protocols_io_import.title_too_long').length + 5
|
||||
PIO_STEP_TOOLONG_LEN =
|
||||
I18n.t('protocols.protocols_io_import.too_long').length
|
||||
# The + 2 above (in title) is there because if the length was at the limit,
|
||||
|
|
Loading…
Add table
Reference in a new issue