From 462cf20a341e7deffb3f82a949663c17f675eb21 Mon Sep 17 00:00:00 2001 From: grunjol Date: Mon, 24 Dec 2018 13:05:47 -0300 Subject: [PATCH] Process all custom columns on editing --- cps/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/web.py b/cps/web.py index 446f8b16..13e873fb 100644 --- a/cps/web.py +++ b/cps/web.py @@ -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