mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-26 18:10:30 +00:00
Process all custom columns on editing
This commit is contained in:
parent
00ba231fbf
commit
462cf20a34
@ -3533,7 +3533,7 @@ def edit_cc_data(book_id, book, to_save):
|
|||||||
input_tags = list(map(lambda it: it.strip(), input_tags))
|
input_tags = list(map(lambda it: it.strip(), input_tags))
|
||||||
modify_database_object(input_tags, getattr(book, cc_string), db.cc_classes[c.id], db.session,
|
modify_database_object(input_tags, getattr(book, cc_string), db.cc_classes[c.id], db.session,
|
||||||
'custom')
|
'custom')
|
||||||
return cc
|
return cc
|
||||||
|
|
||||||
def upload_single_file(request, book, book_id):
|
def upload_single_file(request, book, book_id):
|
||||||
# Check and handle Uploaded file
|
# Check and handle Uploaded file
|
||||||
|
Loading…
Reference in New Issue
Block a user