mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 01:14:30 +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},
|
data: {selected_rows: rowsSelected},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
HelperModule.flashAlertMsg(data.flash, 'success');
|
HelperModule.flashAlertMsg(data.flash, 'success');
|
||||||
|
rowsSelected = [];
|
||||||
onClickCancel();
|
onClickCancel();
|
||||||
},
|
},
|
||||||
error: function(e) {
|
error: function(e) {
|
||||||
|
|
Loading…
Reference in a new issue