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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user