mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Prepoulate active Station Location
This commit is contained in:
@@ -14,6 +14,7 @@ class SimpleFLE extends CI_Controller {
|
||||
|
||||
$data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select
|
||||
$data['bands'] = $this->bands->get_all_bands_for_user(); // Fetching Bands for FLE
|
||||
$data['active_station_profile'] = $this->stations->find_active(); // Prepopulate active Station in Station Location Selector
|
||||
|
||||
|
||||
$data['page_title'] = "Simple Fast Log Entry";
|
||||
|
||||
Reference in New Issue
Block a user