You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$items_floor_field_list =~ s/booktype/booklang/g; #our booktype is mixed with theirs...
This comment in the import script is incorrect. We have our fields incorrectly labeled.
In 13th Floor and Lucy items, they have booktype which can be 0 (non-book) or 1 (book). In 13th Floor items, they have booklang (Lucy calls it bookunk) which is the language id to use in the book.
Server/utils/scripts/import_13th_floor.pl
Line 214 in b03f52d
This comment in the import script is incorrect. We have our fields incorrectly labeled.
In 13th Floor and Lucy items, they have
booktype
which can be 0 (non-book) or 1 (book). In 13th Floor items, they havebooklang
(Lucy calls itbookunk
) which is the language id to use in the book.Server/common/repositories/base/base_books_repository.h
Line 25 in b03f52d
In our
books
table, that is where we currently hold the language id.The text was updated successfully, but these errors were encountered: