mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 18:57:12 +00:00
Base code for getting select options for station locations
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user