Merge branch 'spidev' into 'master'

Mobile Integration,Pop Multiple Networks,DataTables responsible update,Migrations

See merge request fronk/thetool!155
This commit is contained in:
Frank Schubert
2024-01-09 15:30:03 +00:00
57 changed files with 76742 additions and 45594 deletions

View File

@@ -114,7 +114,7 @@ class Network extends mfBaseModel {
}
if($name == "pops") {
$pops = PopModel::search(['network_id' => $this->id]);
$pops = PopNetworkModel::search(['network_id' => $this->id]);
$this->pops = $pops;
return $this->pops;
}