mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-10 17:03:56 +08:00
Merge pull request #673 from okriuchykhin/ok_SCI_1350
Fix row selection info after record deletion [SCI-1350]
This commit is contained in:
commit
56c3b891a5
1 changed files with 1 additions and 0 deletions
|
@ -488,6 +488,7 @@ function onClickDeleteRecord() {
|
|||
data: {selected_rows: rowsSelected},
|
||||
success: function(data) {
|
||||
HelperModule.flashAlertMsg(data.flash, 'success');
|
||||
rowsSelected = [];
|
||||
onClickCancel();
|
||||
},
|
||||
error: function(e) {
|
||||
|
|
Loading…
Reference in a new issue