Merge branch 'fronkdev' into 'master'

Added Borderpoint status to Preorder

See merge request fronk/thetool!1311
This commit is contained in:
Frank Schubert
2025-05-07 16:33:42 +00:00
9 changed files with 336 additions and 143 deletions

View File

@@ -42,15 +42,6 @@ class Building extends mfBaseModel {
return $data;
}
protected function afterSave() {
if($this->in_after_save) return true;
$this->in_after_save++;
$this->resetProperties();
$this->in_after_save--;
}
public function resetProperties() {
$this->network = null;
$this->pop = null;