Merge branch 'fronkdev2' into 'master'
Added buildingType in ADB hausnummer and rimo import See merge request fronk/thetool!711
This commit is contained in:
@@ -280,6 +280,13 @@ foreach ($clusters as $cluster_data) {
|
||||
\mfValuecache::singleton()->set("adbhausnummer-save-nesting-level-".$hausnummer->id, 0);
|
||||
}
|
||||
|
||||
if(is_object($building->buildingType) && property_exists($building->buildingType, "userLabel") && $building->buildingType->userLabel) {
|
||||
$hausnummer->rimo_type = strtolower($building->buildingType->userLabel);
|
||||
$hausnummer->save();
|
||||
\mfValuecache::singleton()->set("adbhausnummer-save-nesting-level-".$hausnummer->id, 0);
|
||||
$hausnummer = new \ADBHausnummer($hausnummer_id);
|
||||
}
|
||||
|
||||
|
||||
$last_unit_num = 0;
|
||||
$existing_units = [];
|
||||
|
||||
Reference in New Issue
Block a user