From f78a2367a24300123c0d9b633ddc0cf5fd3bfcd7 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Tue, 31 Dec 2024 11:54:32 +0100 Subject: [PATCH] Fix title sort, author sort setting for multi book table editing --- cps/static/js/table.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cps/static/js/table.js b/cps/static/js/table.js index 1559db6f6..02933db1d 100644 --- a/cps/static/js/table.js +++ b/cps/static/js/table.js @@ -218,7 +218,8 @@ $(function() { "languages": $("#languages_input").val(), "publishers": $("#publishers_input").val(), "comments": $("#comments_input").val().toString(), - "checkA": $('#autoupdate_authorsort').prop('checked').toString() + "checkA": $('#autoupdate_authorsort').prop('checked'), + "checkT": $('#autoupdate_titlesort').prop('checked') }), success: function success(data) { let result = "";