1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-21 18:47:39 +00:00

fix author sort not updating when bulk editing

This commit is contained in:
James Armstrong
2024-09-17 12:26:35 -07:00
parent 31380f2af9
commit 338441f116
2 changed files with 3 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ $(function() {
"languages": $("#languages_input").val(),
"publishers": $("#publishers_input").val(),
"comments": $("#comments_input").val().toString(),
"checkA": $('#autoupdate_authorsort').prop('checked').toString()
}),
success: function success(booTitles) {
$("#books-table").bootstrapTable("refresh");