mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[LBA] Now deletes QSOs in batch, instead of looping through each
This commit is contained in:
@@ -527,4 +527,11 @@ class Logbookadvanced extends CI_Controller {
|
||||
header("Content-Type: application/json");
|
||||
print json_encode($q);
|
||||
}
|
||||
|
||||
public function batchDeleteQsos() {
|
||||
$ids = xss_clean($this->input->post('ids'));
|
||||
|
||||
$this->load->model('logbookadvanced_model');
|
||||
$this->logbookadvanced_model->deleteQsos($ids);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user