[DXAtlas Export] Limit station_locations to logged in user + only export for logged in user
这个提交包含在:
父节点
8f9ab23dc5
当前提交
0bd1b87060
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -12,7 +12,7 @@ class Dxatlas extends CI_Controller {
|
|||
$this->load->model('stations');
|
||||
$this->load->model('bands');
|
||||
|
||||
$data['station_profile'] = $this->stations->all(); // Used in the view for station location select
|
||||
$data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select
|
||||
$data['worked_bands'] = $this->bands->get_worked_bands(); // Used in the view for band select
|
||||
$data['modes'] = $this->modes->active(); // Used in the view for mode select
|
||||
$data['dxcc'] = $this->logbook_model->fetchDxcc(); // Used in the view for dxcc select
|
||||
|
|
|
|||
正在加载…
在新工单中引用