Base code for getting select options for station locations
这个提交包含在:
父节点
831f249938
当前提交
efac6b8d80
共有 1 个文件被更改,包括 11 次插入 和 1 次删除
|
|
@ -79,7 +79,17 @@ class Logbooks extends CI_Controller {
|
|||
|
||||
$data['notice'] = "Station Logbooks ".$this->security->xss_clean($this->input->post('station_logbook_name', true))." Updated";
|
||||
|
||||
redirect('logbooks');
|
||||
foreach ($this->input->post('SelectedStationLocations') as $selectedOption){
|
||||
echo $selectedOption."\n";
|
||||
|
||||
// Check if theres already a link between logbook and location
|
||||
|
||||
// If no link exisits create
|
||||
|
||||
// Delete link if removed
|
||||
}
|
||||
|
||||
//redirect('logbooks');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用