Commit 462cf20a authored by grunjol's avatar grunjol

Process all custom columns on editing

parent 00ba231f
......@@ -3533,7 +3533,7 @@ def edit_cc_data(book_id, book, to_save):
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,
'custom')
return cc
return cc
def upload_single_file(request, book, book_id):
# Check and handle Uploaded file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment