Fix topmenu dropdown rendering, Recognise POINTs in Address Type

This commit is contained in:
2024-04-14 16:52:47 +10:00
parent bb42f418e0
commit 42cc50512f
2 changed files with 3 additions and 3 deletions

View File

@@ -293,6 +293,8 @@ class Address extends Model
return 'NODE';
case self::NODE_POINT:
return 'POINT';
case self::NODE_PVT:
return 'PRIVATE';
default:
return '?';
}