[Advanced Search] Fixes issue when saving changes you lose the filter settings (Issue #507)
这个提交包含在:
父节点
c763efbe94
当前提交
2623588c87
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -1755,7 +1755,7 @@ $(document).ready(function(){
|
|||
success: function (dataofconfirm) {
|
||||
$(".edit-dialog").modal('hide');
|
||||
$(".qso-dialog").modal('hide');
|
||||
location.reload();
|
||||
<?php if ($this->uri->segment(1) != "search" && $this->uri->segment(2) != "filter") { ?>location.reload();<?php } ?>
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用